mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Update reverse-proxies.md (#523)
After fighting with this for some time, it seems that the trailing slash in apache config causes budget to think that the server is offline. Removed.
This commit is contained in:
@@ -155,8 +155,8 @@ Apache HTTP server can serve as a reverse proxy using [VirtualHosts](https://htt
|
||||
SSLProxyEngine on
|
||||
SSLCertificateFile /etc/letsencrypt/live/example.com/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
|
||||
ProxyPass / https://127.0.0.1:5006/ # this can be a remote host, or a container IP
|
||||
ProxyPassReverse / https://127.0.0.1:5006/
|
||||
ProxyPass / https://127.0.0.1:5006 # this can be a remote host, or a container IP
|
||||
ProxyPassReverse / https://127.0.0.1:5006
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user