Updated UI
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
ProxyPreserveHost On
|
||||
LogLevel warn
|
||||
|
||||
#SSLEngine on
|
||||
#SSLCertificateFile /path/to/your/cert.pem
|
||||
#SSLCertificateKeyFile /path/to/your/privkey.pem
|
||||
|
||||
#Protocols h2 http/1.1
|
||||
|
||||
ProxyPass "/api" "${API_PROTOCOL}://${HTTPD_API_HOST}:${API_PORT}/api"
|
||||
ProxyPassReverse "/api" "${API_PROTOCOL}://${HTTPD_API_HOST}:${API_PORT}/api"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user