From 687ae968e10e1738c105fc0538fc29ccb08bfbbf Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 22 Feb 2025 18:11:35 +0800 Subject: feat(services): refactor structure. --- templates/nginx/common/https-redirect | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 templates/nginx/common/https-redirect (limited to 'templates/nginx/common/https-redirect') diff --git a/templates/nginx/common/https-redirect b/templates/nginx/common/https-redirect deleted file mode 100644 index 56d095d..0000000 --- a/templates/nginx/common/https-redirect +++ /dev/null @@ -1,3 +0,0 @@ -location / { - return 301 https://$host$request_uri; -} -- cgit v1.2.3