reverse death

This commit is contained in:
2023-01-29 13:54:07 -06:00
parent dd8b15e6e5
commit 7731a2bafc

View File

@@ -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;";