Skip to content

Commit

Permalink
fix(conf):: add development_site directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Lombardo committed May 21, 2024
1 parent 6ffc2f8 commit 5acd36c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/webserv_default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ server {

server {
listen 8080;
autoindex on;
cgi_ext .cgi;
server_name www.development_site;
allow_methods GET POST DELETE;
root var/;
Expand Down

0 comments on commit 5acd36c

Please sign in to comment.