servers:linux:nginx:dokuwiki
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
servers:linux:nginx:dokuwiki [2025/04/25 00:44] – [Server Block] Sean Rhone | servers:linux:nginx:dokuwiki [2025/04/25 01:04] (current) – [PHP-FPM Socket] Sean Rhone | ||
---|---|---|---|
Line 38: | Line 38: | ||
< | < | ||
+ | ; php-fpm.d/ | ||
+ | |||
[wiki] | [wiki] | ||
Line 47: | Line 49: | ||
listen = / | listen = / | ||
listen.owner = wwwrun | listen.owner = wwwrun | ||
- | listen.group = wwwrun | + | listen.group = www |
listen.mode = 0666 | listen.mode = 0666 | ||
Line 68: | Line 70: | ||
< | < | ||
+ | # nginx/ | ||
# PHP-FPM | # PHP-FPM | ||
+ | |||
location ~ \.(php|phar)(/ | location ~ \.(php|phar)(/ | ||
fastcgi_split_path_info ^(.+\.(?: | fastcgi_split_path_info ^(.+\.(?: | ||
Line 84: | Line 88: | ||
===== Server Block ====== | ===== Server Block ====== | ||
- | sudo -e '/ | + | sudo -e '/ |
< | < | ||
+ | # nginx/ | ||
+ | |||
server { | server { | ||
listen ' | listen ' | ||
Line 163: | Line 169: | ||
* This prevents -- from becoming a – (long hyphen), which breaks some command' | * This prevents -- from becoming a – (long hyphen), which breaks some command' | ||
- | echo ' | + | echo ' |
====== Services ====== | ====== Services ====== |
/srv/www/wiki/data/attic/servers/linux/nginx/dokuwiki.1745556294.txt.gz · Last modified: by Sean Rhone