turning https
This commit is contained in:
@@ -20,4 +20,9 @@ server {
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-Frame-Options DENY;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name hospital.networkwizard.xyz;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
Reference in New Issue
Block a user