mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
add comments on notify-push
This commit is contained in:
parent
a49330d56a
commit
fc96b1f8d5
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ server {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app nextcloud;
|
set $upstream_app nextcloud;
|
||||||
|
# The url below is for the notify-push service running inside the NC container
|
||||||
|
# The address should be the NC container's address, but the proto and port are the custom service's
|
||||||
proxy_pass http://$upstream_app:7867/;
|
proxy_pass http://$upstream_app:7867/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue