mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
add nginx security policies
This commit is contained in:
@@ -2,8 +2,10 @@ server {
|
|||||||
listen 8080;
|
listen 8080;
|
||||||
|
|
||||||
server_name _;
|
server_name _;
|
||||||
|
add_header Content-Security-Policy "default-src 'self';";
|
||||||
|
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
|
||||||
|
|
||||||
return 301 https://asimonson.com$request_uri
|
return 301 https://asimonson.com$request_uri;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:5000/;
|
proxy_pass http://localhost:5000/;
|
||||||
|
|||||||
Reference in New Issue
Block a user