mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-05 16:05:03 -06: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
parent
e153ccb429
commit
763c94ff8f
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user