diff --git a/flask.conf b/flask.conf index 03713e3..093d5f8 100644 --- a/flask.conf +++ b/flask.conf @@ -1,10 +1,10 @@ server { - listen 80; + listen 8080; server_name asimonson.com www.asimonson.com; return 301 https://asimonson.com$request_uri; } server { - listen 443; + 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;";