diff --git a/flask.conf b/flask.conf index 49348f2..03713e3 100644 --- a/flask.conf +++ b/flask.conf @@ -1,10 +1,10 @@ server { - listen 8080; - server_name www.asimonson.com; + listen 80; + server_name asimonson.com www.asimonson.com; return 301 https://asimonson.com$request_uri; } server { - listen 8080; + listen 443; server_name asimonson.com; add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' *.chesscomfiles.com *.chess.com *.googletagmanager.com cdn.jsdelivr.net www.google-analytics.com ajax.googleapis.com;";