Remove network state from frontend (#345)

This commit is contained in:
Squirrel
2021-06-04 08:38:15 +01:00
committed by GitHub
parent dc6509a7ae
commit 7ee8fe851f
8 changed files with 1 additions and 60 deletions
-7
View File
@@ -39,13 +39,6 @@ server {
limit_req zone=zone burst=5;
}
location /network_state/ {
proxy_pass http://127.0.0.1:8000;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
limit_req zone=zone burst=5;
}
location /health/ {
proxy_pass http://127.0.0.1:8000;
proxy_http_version 1.1;