diff --git a/config/default.conf b/config/default.conf index ea03b0e..9a7330b 100644 --- a/config/default.conf +++ b/config/default.conf @@ -151,10 +151,10 @@ server { } location /directory { root ./htdocs/YoupiBanane/; - index youpi.bad_extension + index youpi.bad_extension; allowed_methods GET POST PUT DELETE; } cgi_enabled yes; - cgi_handler .bla ./ubuntu_cgi_tester + cgi_handler .bla ./ubuntu_cgi_tester; } \ No newline at end of file