From 99767b35c68d91822a429acafa4a987b487b022a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BC=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Sun, 20 Feb 2022 12:41:01 +0300 Subject: [PATCH] correct ip --- 443.conf | 2 +- 80.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/443.conf b/443.conf index 461654b..19df8b3 100644 --- a/443.conf +++ b/443.conf @@ -58,7 +58,7 @@ server { add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range'; # proxy_pass http://212.193.59.173:8078/; - proxy_pass https://8080-6abdbd15-ac23-4333-b707-f163293f90bf.cs-europe-west4-bhnf.cloudshell.dev/; + proxy_pass http://35.193.122.195/; } } diff --git a/80.conf b/80.conf index 01beb9f..806be46 100644 --- a/80.conf +++ b/80.conf @@ -58,7 +58,7 @@ server { add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range'; # proxy_pass http://212.193.59.173:8078/; - proxy_pass https://8080-6abdbd15-ac23-4333-b707-f163293f90bf.cs-europe-west4-bhnf.cloudshell.dev/; + proxy_pass http://35.193.122.195/; } }