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