formatting

master
alexjj 2016-09-24 00:17:05 -04:00 committed by admin
parent 7f879de0d0
commit 8bc6d48dae
1 changed files with 1 additions and 1 deletions

View 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;
}