]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/dot_cgi.mdwn
oh, we don't use comments here, do we?
[git.ikiwiki.info.git] / doc / tips / dot_cgi.mdwn
index f0d8af8f6e1fe3d8c0a748a5cc85dac9a0be42c2..b66406f66e9edc58d9d7f797010cb4d7f05e7267 100644 (file)
@@ -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: