From 880e05171b89fb101dd5c652145599474020d378 Mon Sep 17 00:00:00 2001 From: "m.imanpour" Date: Wed, 10 Dec 2025 01:48:49 +0330 Subject: [PATCH] turning https --- nginx.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nginx.conf b/nginx.conf index 3f576f9..09e2885 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,8 +21,8 @@ server { 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; -} \ No newline at end of file +# server { +# listen 80; +# server_name hospital.networkwizard.xyz; +# return 301 https://$host$request_uri; +# } \ No newline at end of file