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