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 4c65e31 commit 738389dCopy full SHA for 738389d
install/deb/templates/web/nginx/php-fpm/flarum.stpl
@@ -13,6 +13,10 @@ server {
13
access_log /var/log/nginx/domains/%domain%.bytes bytes;
14
error_log /var/log/nginx/domains/%domain%.error.log error;
15
16
+ ssl_certificate %ssl_pem%;
17
+ ssl_certificate_key %ssl_key%;
18
+ ssl_stapling on;
19
+ ssl_stapling_verify on;
20
21
include %home%/%user%/conf/web/%domain%/nginx.forcessl.conf*;
22
0 commit comments