feat (ui): netwerk map functionaliteit verder uitgebreid en polish

This commit is contained in:
kodi
2026-02-24 12:37:17 +01:00
parent 289d222707
commit ec13059437
4 changed files with 100 additions and 13 deletions
+9 -1
View File
@@ -22,6 +22,14 @@ DirectoryIndex index.html
ErrorLog /proc/self/fd/2
CustomLog /proc/self/fd/1 combined
#ProxyPreserveHost On
#ProxyPass "/api/" "http://127.0.0.1:8000/api/"
#ProxyPassReverse "/api/" "http://127.0.0.1:8000/api/"
# allow long-running upstream requests (image builds)
Timeout 600
ProxyTimeout 600
ProxyPreserveHost On
ProxyPass "/api/" "http://127.0.0.1:8000/api/"
ProxyPass "/api/" "http://127.0.0.1:8000/api/" connectiontimeout=5 timeout=600 retry=0
ProxyPassReverse "/api/" "http://127.0.0.1:8000/api/"