🐛 Fixed comments in pull request

Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
Joseph Harry 2024-12-18 11:13:53 -06:00
parent 78770b9916
commit 215e489251
No known key found for this signature in database
GPG key ID: 672E70D2EB06270B
2 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
## Version 2024/11/25
# make sure that your <container_name> container is named <container_name>
# make sure that your dns has a cname set for <container_name>
# 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.
}
}

View file

@ -1,6 +1,6 @@
## Version 2024/11/25
# make sure that your <container_name> container is named <container_name>
# make sure that <container_name> is set to work with the base url /<container_name>/
# 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.
}