Refactor radicale setup
This commit is contained in:
parent
a5e6468cb4
commit
634bd0433f
19 changed files with 214 additions and 564 deletions
|
|
@ -11,7 +11,7 @@ server {
|
|||
error_log /var/log/nginx/vpn_error.log;
|
||||
|
||||
location /radicale/ {
|
||||
proxy_pass https://127.0.0.1:{{ radicale_port }}/;
|
||||
proxy_pass https://127.0.0.1:{{ radicale_app_port }}/;
|
||||
|
||||
proxy_set_header X-Script-Name /radicale;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue