servers:windows:nginx:lychee
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| servers:windows:nginx:lychee [2025/01/17 11:24] – Sean Rhone | servers:windows:nginx:lychee [2025/09/11 06:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * [[Information: | * [[Information: | ||
| * https:// | * https:// | ||
| + | |||
| + | * :!: 2025/01/17: WIP; fails at [[# | ||
| ===== Prerequisites ===== | ===== Prerequisites ===== | ||
| Line 25: | Line 27: | ||
| * https:// | * https:// | ||
| - | * Last tested: '' | + | * Last tested: '' |
| * Node.js runtime, npm package manager, Add to PATH (corepack manager and Online documentation not required) | * Node.js runtime, npm package manager, Add to PATH (corepack manager and Online documentation not required) | ||
| Line 54: | Line 56: | ||
| extension = " | extension = " | ||
| extension = " | extension = " | ||
| + | extension = " | ||
| zend_extension = " | zend_extension = " | ||
| Line 66: | Line 69: | ||
| CD " | CD " | ||
| + | |||
| + | ===== Lychee ===== | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | notepad " | ||
| + | |||
| + | < | ||
| + | APP_URL=" | ||
| + | </ | ||
| ====== Dependencies ====== | ====== Dependencies ====== | ||
| Line 73: | Line 86: | ||
| * https:// | * https:// | ||
| * Latest '' | * Latest '' | ||
| + | * :!: 2025/01/17: This fails and is likely the cause for non-rendering later | ||
| MKDIR " | MKDIR " | ||
| Line 81: | Line 95: | ||
| ===== Node.js ===== | ===== Node.js ===== | ||
| - | |||
| - | **** | ||
| CD " | CD " | ||
| + | |||
| + | CD " | ||
| ====== freenginx + PHP-CGI Configuration ====== | ====== freenginx + PHP-CGI Configuration ====== | ||
| Line 118: | Line 132: | ||
| http2 " | http2 " | ||
| server_name " | server_name " | ||
| - | root " | + | root " |
| index " | index " | ||
| Line 131: | Line 145: | ||
| # error_log | # error_log | ||
| - | | + | |
| - | | + | |
| - | | + | |
| + | | ||
| } | } | ||
| - | location | + | location |
| - | rewrite | + | |
| - | rewrite ^/index((/|$).*)$ / | + | |
| - | | + | |
| } | } | ||
| - | }</ | + | rewrite ^/(.+)/$ /$1 permanent; |
| + | } | ||
| + | |||
| + | # End</ | ||
| " | " | ||
| Line 157: | Line 173: | ||
| < | < | ||
| - | :: PHP 8.3 | ||
| - | CD " | ||
| - | |||
| SET " | SET " | ||
| SET " | SET " | ||
/usr/local/www/wiki/data/attic/servers/windows/nginx/lychee.1737131074.txt.gz · Last modified: by Sean Rhone
