🔥 Removed a comment that was required to be removed

Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
Joseph Harry 2024-02-27 16:21:39 -06:00
parent 2439470e0c
commit 10131e193a
No known key found for this signature in database
GPG key ID: 672E70D2EB06270B
2 changed files with 0 additions and 2 deletions

View file

@ -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.
}
}

View file

@ -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.
}