Skip to content

Commit 5c09aae

Browse files
committed
🐛 Fixed comments in pull request
Signed-off-by: Joseph Harry <[email protected]>
1 parent 7ea6c27 commit 5c09aae

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

discountbandit.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Version 2024/11/25
2-
# make sure that your <container_name> container is named <container_name>
3-
# make sure that your dns has a cname set for <container_name>
2+
# make sure that your discountbandit container is named discountbandit
3+
# make sure that your dns has a cname set for discountbandit
44

55
server {
66
listen 443 ssl http2;
@@ -42,6 +42,5 @@ server {
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444

45-
# REMOVE THIS LINE BEFORE SUBMITTING: Additional proxy settings such as headers go below this line, leave the blank line above.
4645
}
4746
}

discountbandit.subfolder.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Version 2024/11/25
2-
# make sure that your <container_name> container is named <container_name>
3-
# make sure that <container_name> is set to work with the base url /<container_name>/
2+
# make sure that your discountbandit container is named discountbandit
3+
# make sure that discountbandit is set to work with the base url /discountbandit/
44

55

66
location /discountbandit {
@@ -30,7 +30,7 @@ location ^~ /discountbandit/ {
3030
set $upstream_proto http;
3131
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
3232

33-
# REMOVE THIS LINE BEFORE SUBMITTING: Additional proxy settings such as headers go below this line, leave the blank line above.
33+
3434
}
3535

3636

0 commit comments

Comments
 (0)