diff --git a/nginx.conf b/nginx.conf index fd34585..eb24e2c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,11 +16,11 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } location /CalculateRequest { - proxy_pass http://192.168.2.186:9090/CalculateRequest; + proxy_pass http://192.168.2.186:9090/CalculateRequest; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - } + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; + } } diff --git a/src/index.html b/src/index.html index 29546a8..9f1ac99 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@