From fc96b1f8d54e1c9369bebee48f05209be0be065d Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:30:00 -0400 Subject: [PATCH] add comments on notify-push --- nextcloud.subdomain.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud.subdomain.conf.sample b/nextcloud.subdomain.conf.sample index ff8b333..10fa16b 100644 --- a/nextcloud.subdomain.conf.sample +++ b/nextcloud.subdomain.conf.sample @@ -50,6 +50,8 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; 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/; }