mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 19:40:40 +08:00
moved SSL config to nginx.conf
This commit is contained in:
@@ -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() }};<!--
|
||||
|
||||
|
Reference in New Issue
Block a user