Merge pull request #89 from nextcloud/fix/88/fix-automatic-login-button

fix automatic login button url for port 8080
This commit is contained in:
Simon L 2021-12-29 14:04:42 +01:00 committed by GitHub
commit f9944db89b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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