turning https
All checks were successful
Build and Deploy Angular App HIS / build (push) Successful in 44s
Build and Deploy Angular App HIS / deploy (push) Successful in 54s

This commit is contained in:
m.imanpour
2025-12-10 01:38:10 +03:30
parent 08c693bede
commit c4a832897b
3 changed files with 20 additions and 6 deletions

View File

@@ -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;
}