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; -}