Upgrade all connections to https

This commit is contained in:
Kainoa Kanter 2022-03-13 15:37:16 -07:00 committed by GitHub
parent defb5fea3b
commit 5c7aa29806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
server {
#listen 80 is default
server_name www.example.tld;
return 301 $scheme://example.tld$request_uri;
return 301 https://example.tld$request_uri;
}
server {