fix automatic login button url for port 8080

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-12-29 14:00:53 +01:00
parent b4da053186
commit 354f3373e0

View file

@ -37,6 +37,7 @@ ErrorLog ${APACHE_LOG_DIR}/error.log
# Proxy to https # Proxy to https
ProxyPass / http://localhost:8000/ ProxyPass / http://localhost:8000/
ProxyPassReverse / http://localhost:8000/ ProxyPassReverse / http://localhost:8000/
ProxyPreserveHost On
# SSL # SSL
SSLCertificateKeyFile /etc/apache2/certs/ssl.key SSLCertificateKeyFile /etc/apache2/certs/ssl.key
SSLCertificateFile /etc/apache2/certs/ssl.crt SSLCertificateFile /etc/apache2/certs/ssl.crt