feat (ui): netwerk map functionaliteit verder uitgebreid en polish
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user