wip
This commit is contained in:
parent
e859467b0c
commit
1d791e2cc1
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ server {
|
|||
root ${root};
|
||||
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 / {
|
||||
try_files $uri $uri/ /index.php;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue