Remove deprecated nginx ssl directive (#451) (#452)

This commit is contained in:
Claas Augner 2020-03-03 14:30:03 +01:00 committed by GitHub
parent 492ecd5ca3
commit 1427315ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ map $http_x_forwarded_proto $proxy_x_forwarded_proto {
server {
listen 443 ssl http2;
ssl on;
ssl_certificate /cert/cert.pem;
ssl_certificate_key /cert/key-no-password.pem;
ssl_session_timeout 5m;