aboutsummaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authoralexjj <alexjj@web>2016-09-24 00:17:05 -0400
committeradmin <admin@branchable.com>2016-09-24 00:17:05 -0400
commit8bc6d48dae4260a1642d4dc0b282fca5e17ceafe (patch)
tree4e73b6b3df387486b89ffc9ec47cdb2097abe15f /doc/tips
parent7f879de0d0051ccb14299feadb33ee5dabe5105e (diff)
downloadikiwiki-8bc6d48dae4260a1642d4dc0b282fca5e17ceafe.tar
ikiwiki-8bc6d48dae4260a1642d4dc0b282fca5e17ceafe.tar.gz
formatting
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/dot_cgi.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/dot_cgi.mdwn b/doc/tips/dot_cgi.mdwn
index f0d8af8f6..28c973ab2 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;
}