diff --git a/container/000-default.conf b/container/000-default.conf index 584e32a..8a5c53a 100644 --- a/container/000-default.conf +++ b/container/000-default.conf @@ -7,10 +7,10 @@ # ProxyPass / http://[IP Addr.]:[port]/ # ProxyPassReverse / http://[IP Addr.]:[port]/ # Example: - ProxyPass /app http://localhost:8000/app - ProxyPassReverse /app http://localhost:8000/app + ProxyPass / http://localhost:8000/app/ + ProxyPassReverse / http://localhost:8000/app/ - ProxyPass / http://surveil:8080/ - ProxyPassReverse / http://surveil:8080/ + ProxyPass /surveil http://surveil:8080/ + ProxyPassReverse /surveil http://surveil:8080/