mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08: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
@ -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…
x
Reference in New Issue
Block a user