Updated UI

This commit is contained in:
2025-04-11 16:26:18 -04:00
parent d6412625d5
commit 05b5ceafe2
10 changed files with 135 additions and 34 deletions

View File

@@ -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"