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 b62d081 commit 3acf5faCopy full SHA for 3acf5fa
server/conf/nginx_vhost.conf.master
@@ -12,8 +12,8 @@ server {
12
<tmpl_if name='ipv6_enabled'>
13
listen [<tmpl_var name='ipv6_address'>]:<tmpl_var name='https_port'> ssl{tmpl_if name='enable_http2' op='==' value='y'} http2{/tmpl_if}{tmpl_if name='enable_spdy' op='==' value='y'} spdy{/tmpl_if};
14
</tmpl_if>
15
- ssl_certificate <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.crt;
16
- ssl_certificate_key <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.key;
+ ssl_certificate <tmpl_var name='ssl_crt_file'>;
+ ssl_certificate_key <tmpl_var name='ssl_key_file'>;
17
18
19
server_name <tmpl_var name='domain'> <tmpl_var name='alias'>;
0 commit comments