Skip to content

Commit 96585a2

Browse files
drsdreKristan Kenney
authored andcommitted
Fix stpl templates to include nginx.ssl.conf_* instead of nginx.conf_*. This fixes issue with LetsEncrypt not working on these templates.
1 parent 7410c7c commit 96585a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/deb/templates/web/nginx/php-fpm/sendy.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ server {
8787

8888
include /etc/nginx/conf.d/phpmyadmin.inc*;
8989
include /etc/nginx/conf.d/phppgadmin.inc*;
90-
include %home%/%user%/conf/web/%domain%/nginx.conf_*;
90+
include %home%/%user%/conf/web/%domain%/nginx.ssl.conf_*;
9191
}

install/deb/templates/web/nginx/php-fpm/wordpress.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ server {
7373
include /etc/nginx/conf.d/phppgadmin.inc*;
7474
include /etc/nginx/conf.d/webmail.inc*;
7575

76-
include %home%/%user%/conf/web/%domain%/nginx.conf_*;
76+
include %home%/%user%/conf/web/%domain%/nginx.ssl.conf_*;
7777
}

0 commit comments

Comments
 (0)