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 13:09:37 +02:00
parent ab65c8e2fe
commit c01a329e01

View file

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