mastus: fix radicale reverse-proxy

This commit is contained in:
Gabriel Ebner 2016-06-18 09:23:53 +02:00
parent 680eaf6043
commit 6b98842a17

@ -64,7 +64,7 @@ in
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_buffering off;
proxy_pass http://gogs;
proxy_pass http://radicale;
client_max_body_size 30M;
break;
}