Skip to content

Commit cae45d1

Browse files
committed
Fix comment
1 parent 9fe58cf commit cae45d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-proxy-only.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ server{
2929
listen 80;
3030
listen [::]:80;
3131
32-
Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
32+
# Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
3333
return 301 https://\$host\$request_uri;
3434
}
3535

setup-vhost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ server{
5151
listen 80;
5252
listen [::]:80;
5353
54-
Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
54+
# Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
5555
return 301 https://\$host\$request_uri;
5656
}
5757

0 commit comments

Comments
 (0)