mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
🐛 Fixed comments in pull request
Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
parent
78770b9916
commit
215e489251
2 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue