From 1e9b2436eaffa4130f6a69c3a108f6feb9dd4ac8 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/proxy-common | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 templates/nginx/common/proxy-common (limited to 'templates/nginx/common/proxy-common') diff --git a/templates/nginx/common/proxy-common b/templates/nginx/common/proxy-common deleted file mode 100644 index 4193548..0000000 --- a/templates/nginx/common/proxy-common +++ /dev/null @@ -1,7 +0,0 @@ -proxy_http_version 1.1; -proxy_set_header Upgrade $http_upgrade; -proxy_set_header Connection $connection_upgrade; -proxy_set_header Host $host; -proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-Forwarded-Proto $scheme; -proxy_set_header X-Real-IP $remote_addr; -- cgit v1.2.3