diff --git a/cicd/nginx/nginx.conf b/cicd/nginx/nginx.conf index 49cd2b7..cccb1aa 100644 --- a/cicd/nginx/nginx.conf +++ b/cicd/nginx/nginx.conf @@ -17,16 +17,16 @@ http { } - ; server { - ; listen 80; - ; server_name test.ifattidinapoli.it; + // server { + // listen 80; + // server_name test.ifattidinapoli.it; - ; location / { - ; proxy_pass http://fdn2.test.webserver/; - ; proxy_redirect off; - ; proxy_set_header Host $host; - ; } + // location / { + // proxy_pass http://fdn2.test.webserver/; + // proxy_redirect off; + // proxy_set_header Host $host; + // } - ; } + // } }