Skip to content

Commit 10131e1

Browse files
committed
🔥 Removed a comment that was required to be removed
Signed-off-by: Joseph Harry <[email protected]>
1 parent 2439470 commit 10131e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gatus.subdomain.conf.sample

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ 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

4847
}

gatus.subfolder.conf.sample

-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ location ^~ /gatus/ {
2828
set $upstream_proto http;
2929
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
3030

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

0 commit comments

Comments
 (0)