Index: modules/web/templates/global.conf.erb |
=================================================================== |
--- a/modules/web/templates/global.conf.erb |
+++ b/modules/web/templates/global.conf.erb |
@@ -4,18 +4,18 @@ |
{ |
listen 80; |
listen [::]:80; |
listen 443 ssl spdy; |
listen [::]:443 ssl spdy; |
server_name '<%= vhost_alias %>'; |
- ssl_certificate adblockplus.org_sslcert.pem; |
- ssl_certificate_key adblockplus.org_sslcert.key; |
+ ssl_certificate <%= certificate %>; |
+ ssl_certificate_key <%= private_key %>; |
location / |
{ |
rewrite .* https://<%= vhost %>/ redirect; |
} |
} |
<% end %> |
<% end %> |