diff --git a/flask.conf b/flask.conf index 449eab3..3afc627 100644 --- a/flask.conf +++ b/flask.conf @@ -1,6 +1,10 @@ server { listen 8080; + server_name _; + + return 301 https://asimonson.com$request_uri + location / { proxy_pass http://localhost:5000/; proxy_set_header Host $host;