wip
This commit is contained in:
parent
e859467b0c
commit
1d791e2cc1
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ server {
|
||||||
server_name ${server_name};
|
server_name ${server_name};
|
||||||
root ${root};
|
root ${root};
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
|
|
||||||
|
ssl_certificate /var/lib/dehydrated/certs/${server_name}/fullchain.pem;
|
||||||
|
ssl_certificate_key /var/lib/dehydrated/certs/${server_name}/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php;
|
try_files $uri $uri/ /index.php;
|
||||||
|
|
Loading…
Reference in a new issue