diff --git a/config/default.conf b/config/default.conf index 7b71bb6..076bb97 100644 --- a/config/default.conf +++ b/config/default.conf @@ -152,9 +152,9 @@ server { location /directory { root ./htdocs/YoupiBanane/; index youpi.bad_extension - allowed_methods GET; + allowed_methods GET POST PUT DELETE; } cgi_enabled yes; cgi_ext .bla ./ubuntu_cgi_tester - } \ No newline at end of file +} \ No newline at end of file