Merge branch 'master' of bitbucket.org:LuckyLaszlo/webserv
This commit is contained in:
@@ -24,6 +24,11 @@ server {
|
|||||||
cgi_ext cpp php sh;
|
cgi_ext cpp php sh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /cgi-bin {
|
||||||
|
root ./srcs/cgi-bin/;
|
||||||
|
cgi_ext cpp php sh;
|
||||||
|
}
|
||||||
|
|
||||||
location /upload {
|
location /upload {
|
||||||
allow_methods POST;
|
allow_methods POST;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
|
|||||||
Reference in New Issue
Block a user