moved SSL config to nginx.conf

This commit is contained in:
Szekeres Bálint
2018-03-28 08:50:41 +02:00
parent 11ea1c0961
commit bc0ef40b2c
5 changed files with 33 additions and 43 deletions

View File

@@ -26,7 +26,6 @@ server {<!--
✔ HTTPS --><span ng-if="isHTTPS()">
# SSL
include _ssl.conf;
ssl_certificate {{ sslCertificate() }};
ssl_certificate_key {{ sslCertificateKey() }};<!--
@@ -93,7 +92,6 @@ server {
✔ HTTPS --><span ng-if="isHTTPS()">
# SSL
include _ssl.conf;
ssl_certificate {{ sslCertificate() }};
ssl_certificate_key {{ sslCertificateKey() }};<!--
@@ -141,7 +139,6 @@ server {
✔ HTTPS --><span ng-if="isHTTPS()">
# SSL
include _ssl.conf;
ssl_certificate {{ sslCertificate() }};
ssl_certificate_key {{ sslCertificateKey() }};<!--