diff --git a/flask.conf b/flask.conf index 3ba23fe..49348f2 100644 --- a/flask.conf +++ b/flask.conf @@ -4,7 +4,7 @@ server { return 301 https://asimonson.com$request_uri; } server { - listen 8080 ssl; + listen 8080; 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;";