diff --git a/Proxy-examples.md b/Proxy-examples.md index acfbe21..5591321 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -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