Que nginx use los certificados dentro de hain
This commit is contained in:
parent
04ad94100d
commit
f2f936b7ef
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ server {
|
||||||
server_name ~(?<domain>.+).sutty.local;
|
server_name ~(?<domain>.+).sutty.local;
|
||||||
listen 4000 ssl http2 default_server;
|
listen 4000 ssl http2 default_server;
|
||||||
|
|
||||||
ssl_certificate /Sutty/sutty.local/domain/sutty.local.crt;
|
ssl_certificate /etc/ssl/certs/sutty.local.crt;
|
||||||
ssl_certificate_key /Sutty/sutty.local/domain/sutty.local.key;
|
ssl_certificate_key /etc/ssl/private/sutty.local.key;
|
||||||
|
|
||||||
root /Sutty/$domain-jekyll-theme/_site;
|
root /Sutty/$domain-jekyll-theme/_site;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue