mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
Update README.md
This commit is contained in:
committed by
GitHub
parent
a9590f600c
commit
2c2b7ad291
14
README.md
14
README.md
@@ -122,13 +122,6 @@ client_max_body_size 0;
|
|||||||
output_buffers 4 64k;
|
output_buffers 4 64k;
|
||||||
proxy_hide_header Upgrade;
|
proxy_hide_header Upgrade;
|
||||||
proxy_hide_header X-Powered-By;
|
proxy_hide_header X-Powered-By;
|
||||||
add_header Content-Security-Policy "upgrade-insecure-requests";
|
|
||||||
add_header X-Frame-Options "SAMEORIGIN";
|
|
||||||
add_header X-XSS-Protection "1; mode=block" always;
|
|
||||||
add_header X-Content-Type-Options "nosniff" always;
|
|
||||||
add_header Cache-Control "no-transform" always;
|
|
||||||
add_header Referrer-Policy no-referrer always;
|
|
||||||
add_header X-Robots-Tag none;
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml ;
|
gzip_types text/plain text/css application/json application/javascript text/xml application/xml ;
|
||||||
gzip_min_length 1024;
|
gzip_min_length 1024;
|
||||||
@@ -160,13 +153,6 @@ client_max_body_size 20m;
|
|||||||
output_buffers 4 64k;
|
output_buffers 4 64k;
|
||||||
proxy_hide_header Upgrade;
|
proxy_hide_header Upgrade;
|
||||||
proxy_hide_header X-Powered-By;
|
proxy_hide_header X-Powered-By;
|
||||||
add_header Content-Security-Policy "upgrade-insecure-requests";
|
|
||||||
add_header X-Frame-Options "SAMEORIGIN";
|
|
||||||
add_header X-XSS-Protection "1; mode=block" always;
|
|
||||||
add_header X-Content-Type-Options "nosniff" always;
|
|
||||||
add_header Cache-Control "no-transform" always;
|
|
||||||
add_header Referrer-Policy no-referrer always;
|
|
||||||
add_header X-Robots-Tag none;
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml ;
|
gzip_types text/plain text/css application/json application/javascript text/xml application/xml ;
|
||||||
gzip_min_length 1024;
|
gzip_min_length 1024;
|
||||||
|
|||||||
Reference in New Issue
Block a user