mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix automatic login button url for port 8080
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
b4da053186
commit
354f3373e0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue