diff --git a/Apache proxy setup.md b/Apache-proxy-setup.md similarity index 96% rename from Apache proxy setup.md rename to Apache-proxy-setup.md index 93b7455..58743c8 100644 --- a/Apache proxy setup.md +++ b/Apache-proxy-setup.md @@ -37,7 +37,8 @@ I've assumed you have created a DNS A record for `trilium.yourdomain.com` that y RewriteCond %{HTTP:Connection} Upgrade [NC] RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteRule /(.*) ws://localhost:8080/$1 [P,L] - ProxyPass / http://localhost:8080/ + AllowEncodedSlashes NoDecode + ProxyPass / http://localhost:8080/ nocanon ProxyPassReverse / http://localhost:8080/ SSLCertificateFile /etc/letsencrypt/live/trilium.yourdomain.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/trilium.yourdomain.com/privkey.pem