]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
formatting
authoralexjj <alexjj@web>
Sat, 24 Sep 2016 04:17:05 +0000 (00:17 -0400)
committeradmin <admin@branchable.com>
Sat, 24 Sep 2016 04:17:05 +0000 (00:17 -0400)
doc/tips/dot_cgi.mdwn

index f0d8af8f6e1fe3d8c0a748a5cc85dac9a0be42c2..28c973ab245e4e5f5f64719aa33ea9b069819e85 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;
         }