Mise de nginx sur charybde

This commit is contained in:
Valentin Samir 2013-06-14 12:48:42 +02:00
parent 7093ca21a0
commit 6c37b37cb3
5 changed files with 36 additions and 1 deletions

View file

@ -0,0 +1,10 @@
location ~ .cgi$ {
if (!-e $request_filename) {
return 404;
}
include fastcgi_params;
fastcgi_index index.cgi;
fastcgi_pass unix:/var/run/fcgiwrap.socket;
}

View file

@ -0,0 +1,3 @@
<FileInfo>
<Info owner='root' group='root' perms='0644'/>
</FileInfo>