From ae218e9802439004e5f177dd84b71ebd2c2d52af Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Fri, 16 Apr 2021 01:13:03 +0300 Subject: [PATCH] fix --- configs/nginx_include.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/nginx_include.conf b/configs/nginx_include.conf index c5d9c4f..ae21a82 100644 --- a/configs/nginx_include.conf +++ b/configs/nginx_include.conf @@ -14,5 +14,3 @@ location /~static/ { location / { try_files $uri @drop_app; } - -include /etc/nginx/letsencrypt-serv.conf;