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:
parent
2e21769d8e
commit
6b599deafa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue