mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 04:26:02 -07:00
🔥 Removed a comment that was required to be removed
Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
parent
2439470e0c
commit
10131e193a
2 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@ 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.
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -28,6 +28,5 @@ location ^~ /gatus/ {
|
|||
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