mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 01:39:21 -07:00
leading slash leads to error: (2)No such file or directory: AH02291: Cannot access directory '/etc/apache2/\\/var/log/apache2/' for error log of vhost defined at /etc/apache2/sites-enabled/vaultwarden.conf:1
@@ -497,8 +497,8 @@ If you access your vault via a public https address (which then gets redirected
|
||||
SSLCACertificateFile ${SSLCA}
|
||||
${SSLCHAIN}
|
||||
|
||||
ErrorLog \${APACHE_LOG_DIR}/vaultwarden-error.log
|
||||
CustomLog \${APACHE_LOG_DIR}/vaultwarden-access.log combined
|
||||
ErrorLog ${APACHE_LOG_DIR}/vaultwarden-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/vaultwarden-access.log combined
|
||||
|
||||
ProxyPass / http://127.0.0.1:8000/ upgrade=websocket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user