Update ssl cert location
This commit is contained in:
parent
9e3ecaa260
commit
096ed1c21f
|
@ -19,8 +19,8 @@ server {
|
|||
index index.php index.html index.htm;
|
||||
|
||||
|
||||
ssl_certificate /etc/nginx/ssl/ffhh.crt;
|
||||
ssl_certificate_key /etc/nginx/ssl/hamburg.freifunk.net.key;
|
||||
ssl_certificate /etc/ssl/certs/hamburg.freifunk.net.crt;
|
||||
ssl_certificate_key /etc/ssl/private/hamburg.freifunk.net.key;
|
||||
|
||||
ssl_prefer_server_ciphers on;
|
||||
ssl_session_cache shared:SSL:10m;
|
||||
|
|
Loading…
Reference in a new issue