From 76d012f6332ae66e0fa2305cd5035fd6962a2613 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Sep 2022 12:40:51 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'nginx/pleroma.tpl'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/pleroma.tpl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 nginx/pleroma.tpl diff --git a/nginx/pleroma.tpl b/nginx/pleroma.tpl deleted file mode 100644 index 851ac0d..0000000 --- a/nginx/pleroma.tpl +++ /dev/null @@ -1,8 +0,0 @@ -server { - listen %ip%:%proxy_port%; - server_name %domain_idn% %alias_idn%; - location / { - rewrite ^(.*) https://%domain_idn%$1 permanent; - } -include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt; -}