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:28] – [PHP] Sean Rhone | servers:windows:nginx:lychee [2025/05/16 21:39] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
* [[Information: | * [[Information: | ||
* https:// | * https:// | ||
+ | |||
+ | * :!: 2025/01/17: WIP; fails at [[# | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
Line 67: | Line 69: | ||
CD " | CD " | ||
+ | |||
+ | ===== Lychee ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | notepad " | ||
+ | |||
+ | < | ||
+ | APP_URL=" | ||
+ | </ | ||
====== Dependencies ====== | ====== Dependencies ====== | ||
Line 74: | Line 86: | ||
* https:// | * https:// | ||
* Latest '' | * Latest '' | ||
+ | * :!: 2025/01/17: This fails and is likely the cause for non-rendering later | ||
MKDIR " | MKDIR " | ||
Line 82: | Line 95: | ||
===== Node.js ===== | ===== Node.js ===== | ||
- | |||
- | **** | ||
CD " | CD " | ||
+ | |||
+ | CD " | ||
====== freenginx + PHP-CGI Configuration ====== | ====== freenginx + PHP-CGI Configuration ====== | ||
Line 119: | Line 132: | ||
http2 " | http2 " | ||
server_name " | server_name " | ||
- | root " | + | root " |
index " | index " | ||
Line 132: | Line 145: | ||
# error_log | # error_log | ||
- | | + | |
- | | + | |
- | | + | |
+ | | ||
} | } | ||
- | location | + | location |
- | rewrite | + | |
- | rewrite ^/index((/|$).*)$ / | + | |
- | | + | |
} | } | ||
- | }</ | + | rewrite ^/(.+)/$ /$1 permanent; |
+ | } | ||
+ | |||
+ | # End</ | ||
" | " | ||
Line 158: | Line 173: | ||
< | < | ||
- | :: PHP 8.3 | ||
- | CD " | ||
- | |||
SET " | SET " | ||
SET " | SET " |
/srv/www/wiki/data/attic/servers/windows/nginx/lychee.1737131290.txt.gz · Last modified: by Sean Rhone