mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 23:11:07 +00:00
Remove network state from frontend (#345)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user