mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
lkn j
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
server {
|
server {
|
||||||
listen 8080;
|
listen 8080;
|
||||||
server_name asimonson.com www.asimonson.com;
|
server_name www.asimonson.com;
|
||||||
return 301 https://asimonson.com$request_uri;
|
return 301 https://asimonson.com$request_uri;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 8080;
|
listen 8080 ssl;
|
||||||
server_name asimonson.com;
|
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;";
|
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;";
|
||||||
|
|||||||
Reference in New Issue
Block a user