diff --git a/discountbandit.subdomain.conf.sample b/discountbandit.subdomain.conf.sample index 0dd2c94..4733a1b 100644 --- a/discountbandit.subdomain.conf.sample +++ b/discountbandit.subdomain.conf.sample @@ -1,6 +1,6 @@ ## Version 2024/11/25 -# make sure that your container is named -# make sure that your dns has a cname set for +# make sure that your discountbandit container is named discountbandit +# make sure that your dns has a cname set for discountbandit server { listen 443 ssl http2; @@ -42,6 +42,5 @@ server { set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - # REMOVE THIS LINE BEFORE SUBMITTING: Additional proxy settings such as headers go below this line, leave the blank line above. } } diff --git a/discountbandit.subfolder.conf.sample b/discountbandit.subfolder.conf.sample index b06cca3..6de0d79 100644 --- a/discountbandit.subfolder.conf.sample +++ b/discountbandit.subfolder.conf.sample @@ -1,6 +1,6 @@ ## Version 2024/11/25 -# make sure that your container is named -# make sure that is set to work with the base url // +# make sure that your discountbandit container is named discountbandit +# make sure that discountbandit is set to work with the base url /discountbandit/ location /discountbandit { @@ -30,7 +30,7 @@ location ^~ /discountbandit/ { set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - # REMOVE THIS LINE BEFORE SUBMITTING: Additional proxy settings such as headers go below this line, leave the blank line above. + }