mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
fix socket nginx path
This commit is contained in:
parent
5b58e572d1
commit
27ce862254
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
location ^~ __PATH__/push/ {
|
location ^~ __PATH__/push/ {
|
||||||
proxy_pass http://unix:__INSTALL_DIR__/notify-push.sock;
|
proxy_pass http://unix:__INSTALL_DIR__/notify-push.sock:/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
|
|
Loading…
Add table
Reference in a new issue