C10
This commit is contained in:
+4
-1
@@ -29,7 +29,10 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
listen 443 ssl;
|
||||
server_name localhost;
|
||||
ssl_certificate /etc/nginx/certs/localhost.crt;
|
||||
ssl_certificate_key /etc/nginx/certs/localhost.key;
|
||||
|
||||
add_header X-Content-Type-Options "nosniff" always;
|
||||
add_header X-Frame-Options "DENY" always;
|
||||
|
||||
Reference in New Issue
Block a user