1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00

Update with fixed nginx config

This commit is contained in:
King_DuckZ 2017-04-18 20:13:32 +01:00
parent 00aa06282d
commit 50fb5ceb81

View file

@ -7,14 +7,14 @@ server {
#access_log logs/host.access.log main;
location / {
root /srv/http/tawashi;
index index.cgi;
}
location ~ \.cgi$ {
include uwsgi_params;
uwsgi_modifier1 9;
uwsgi_pass unix:/run/uwsgi/tawashi.sock;
}
location ~ (\.css$|Pictures/) {
root /srv/http/tawashi;
}
#error_page 404 /404.html;