We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f464f8a commit 5d133e5Copy full SHA for 5d133e5
install/deb/templates/web/nginx/php-fpm/sendy.stpl
@@ -6,16 +6,17 @@
6
server {
7
listen %ip%:%web_ssl_port% ssl http2;
8
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;
13
root %docroot%;
14
index index.php index.html index.htm;
15
access_log /var/log/nginx/domains/%domain%.log combined;
16
access_log /var/log/nginx/domains/%domain%.bytes bytes;
17
error_log /var/log/nginx/domains/%domain%.error.log error;
18
+ ssl_certificate %ssl_pem%;
+ ssl_certificate_key %ssl_key%;
+ ssl_stapling on;
+ ssl_stapling_verify on;
19
+
20
include %home%/%user%/conf/web/%domain%/nginx.hsts.conf*;
21
22
location = /favicon.ico {
0 commit comments