1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00

Update nginx.conf

This commit is contained in:
abeudin 2014-05-29 14:04:11 +02:00
parent 2e21769d8e
commit 6b599deafa

View file

@ -6,7 +6,7 @@ location PATHTOCHANGE {
}
location @radicale {
uwsgi_pass unix:/run/uwsgi/app/radicale/socket;
uwsgi_pass unix:///run/uwsgi/app/radicale/socket;
include uwsgi_params;
uwsgi_param QUERY_STRING $query_string;
uwsgi_param REQUEST_METHOD $request_method;