config: ⚙ Update default nginx config

This commit is contained in:
Kainoa Kanter 2022-03-22 11:36:18 -07:00 committed by GitHub
parent 77eebaa42f
commit 1867dde1f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -4,10 +4,8 @@
# uncomment the `ssl_certificate` lines if you have letsencrypt certs
server {
#listen 80 is default
server_name example.tld;
return 301 https://example.tld$request_uri;
# brotli on;
}
server {