Fix for Bug 1495 NG-UI does not start on Air-gapped environments.
[osm/NG-UI.git] / nginx / nginx.conf
index d168aa1..1d3f29d 100644 (file)
@@ -28,12 +28,6 @@ server {
         proxy_set_header Accept-Encoding "";
     }
 
-    location /api {
-        proxy_pass https://photon.komoot.de;
-        proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
-        proxy_set_header Accept-Encoding "";
-    }
-
     location / {
         try_files $uri $uri/ /index.html;
     }