Skip to content

Commit

Permalink
change eval config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Cheel nakashima committed Jul 4, 2024
1 parent bbc6095 commit 7b2b7ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions conf/eval.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server:{
port:8080, 8081;
host:127.0.0.1;
server_name:example.com;
error_page:./www/errors;
# error_page:./www/errors;
client_max_body_size:120MB;
root:./www/web1;
index:index.html;
Expand Down Expand Up @@ -59,7 +59,6 @@ server:{
location:{
name:/get-cookie/;
set-cookie:id, name, lastname, theme;
set-id: true;
alias:./www/web7;
index:welcome.html;
allow_methods: GET, POST;
Expand All @@ -83,10 +82,10 @@ server:{
server:{
port:8082:8090;
host:0.0.0.0;
server_name:example.com;
server_name:dump-ubuntu-barcelona;
error_page:./www/errors;
client_max_body_size:120MB;
root:./www/web1;
root:./www/web2;
index:index.html;
autoindex: on;
};

0 comments on commit 7b2b7ab

Please sign in to comment.