Skip to content

Commit 5d133e5

Browse files
author
Alexandros Ioannides
authored
Update sendy.stpl
1 parent f464f8a commit 5d133e5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
server {
77
listen %ip%:%web_ssl_port% ssl http2;
88
server_name %domain_idn% %alias_idn%;
9-
ssl_certificate %ssl_pem%;
10-
ssl_certificate_key %ssl_key%;
11-
ssl_stapling on;
12-
ssl_stapling_verify on;
139
root %docroot%;
1410
index index.php index.html index.htm;
1511
access_log /var/log/nginx/domains/%domain%.log combined;
1612
access_log /var/log/nginx/domains/%domain%.bytes bytes;
1713
error_log /var/log/nginx/domains/%domain%.error.log error;
1814

15+
ssl_certificate %ssl_pem%;
16+
ssl_certificate_key %ssl_key%;
17+
ssl_stapling on;
18+
ssl_stapling_verify on;
19+
1920
include %home%/%user%/conf/web/%domain%/nginx.hsts.conf*;
2021

2122
location = /favicon.ico {

0 commit comments

Comments
 (0)