Browse Source

Update web_system.stpl

Alexandros Ioannides 6 years ago
parent
commit
6ff4e21607
1 changed files with 0 additions and 2 deletions
  1. 0 2
      install/deb/templates/mail/nginx/web_system.stpl

+ 0 - 2
install/deb/templates/mail/nginx/web_system.stpl

@@ -8,8 +8,6 @@ server {
     access_log /var/log/nginx/domains/%domain%.log combined;
     error_log /var/log/nginx/domains/%domain%.error.log error;
 
-    include %home%/%user%/conf/mail/%root_domain%/nginx.forcessl.conf*;
-  
     location ~ /\.(?!well-known\/) {
         deny all;
         return 404;