This commit is contained in:
2022-09-19 22:47:29 +02:00
parent c772a20bf9
commit 70a0b64c04
+9 -9
View File
@@ -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;
// }
; }
// }
}