We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe58cf commit cae45d1Copy full SHA for cae45d1
setup-proxy-only.sh
@@ -29,7 +29,7 @@ server{
29
listen 80;
30
listen [::]:80;
31
32
- Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
+ # Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
33
return 301 https://\$host\$request_uri;
34
}
35
setup-vhost.sh
@@ -51,7 +51,7 @@ server{
51
52
53
54
55
56
57
0 commit comments