User Tools

Site Tools


servers:linux:nginx:dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
servers:linux:nginx:dokuwiki [2025/12/20 00:50] – [PHP-FPM Socket] Sean Rhoneservers:linux:nginx:dokuwiki [2025/12/20 00:51] (current) – [FastCGI] Sean Rhone
Line 64: Line 64:
 ===== FastCGI ===== ===== FastCGI =====
  
-  * ''wiki.sock'' +  sudo -e '/etc/nginx/snippets/wiki.conf'
- +
-  sudo -e '/etc/nginx/default.d/wiki.conf'+
  
 <code> <code>
Line 77: Line 75:
     fastcgi_param PATH_INFO $fastcgi_path_info;     fastcgi_param PATH_INFO $fastcgi_path_info;
     fastcgi_param HTTPS on;     fastcgi_param HTTPS on;
-    fastcgi_pass unix:/run/php-fpm/wiki.sock;+    fastcgi_pass unix:/run/php/wiki.sock;
 } }
  
/var/www/wiki/data/pages/servers/linux/nginx/dokuwiki.txt · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki