This commit is contained in:
2023-02-11 22:03:36 -06:00
parent 5254ad3172
commit b7d448790d

View File

@@ -4,7 +4,7 @@ server {
return 301 https://asimonson.com$request_uri; return 301 https://asimonson.com$request_uri;
} }
server { server {
listen 8080; listen 8080 http2;
server_name asimonson.com; server_name asimonson.com;
gzip on; gzip on;