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

This commit is contained in:
m.imanpour
2025-12-10 01:48:49 +03:30
parent c4a832897b
commit 880e05171b

View File

@@ -21,8 +21,8 @@ server {
add_header X-Frame-Options DENY; add_header X-Frame-Options DENY;
add_header X-XSS-Protection "1; mode=block"; add_header X-XSS-Protection "1; mode=block";
} }
server { # server {
listen 80; # listen 80;
server_name hospital.networkwizard.xyz; # server_name hospital.networkwizard.xyz;
return 301 https://$host$request_uri; # return 301 https://$host$request_uri;
} # }