Skip to content

Commit

Permalink
🔥 Removed a comment that was required to be removed
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Harry <[email protected]>
  • Loading branch information
Findarato committed Feb 27, 2024
1 parent 2439470 commit 10131e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gatus.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

}
1 change: 0 additions & 1 deletion gatus.subfolder.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

0 comments on commit 10131e1

Please sign in to comment.