X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7f879de0d0051ccb14299feadb33ee5dabe5105e..afad77a7e06072609956d19d6bdf7fdd24a5293c:/doc/tips/dot_cgi.mdwn diff --git a/doc/tips/dot_cgi.mdwn b/doc/tips/dot_cgi.mdwn index f0d8af8f6..b66406f66 100644 --- a/doc/tips/dot_cgi.mdwn +++ b/doc/tips/dot_cgi.mdwn @@ -139,7 +139,7 @@ Also, note that the `/tmp/fcgi.socket` file needs to be writable by the webserve 2016-09-23 [[alexjj]]: On Debian Jessie creating the fcgi ikiwiki.service is not necessary. Install fcgiwrap, it'll auto start the fcgiwrap systemd service and then add the parameters in the virtual host: - location / { + location / { try_files $uri $uri/ =404; } @@ -153,6 +153,8 @@ Also, note that the `/tmp/fcgi.socket` file needs to be writable by the webserve include /etc/nginx/fastcgi_params; } +Here's a [[complete site.conf|tips/nginx]] for nginx if that helps. + ## boa Edit /etc/boa/boa.conf and make sure the following line is not commented: