fix(installer): folder and rights problems
This commit is contained in:
parent
b60f30ad18
commit
f8d96156fa
2 changed files with 8 additions and 1 deletions
|
@ -6,4 +6,8 @@ server {
|
|||
listen [::]:80;
|
||||
listen 80;
|
||||
server_name www.<?=$this->e($domain)?> <?=$this->e($domain)?>;
|
||||
location ^~ /.well-known/acme-challenge/ {
|
||||
root /home/<?=$this->e($user)?>/<?=$this->e($domain)?>;
|
||||
try_files $uri =404;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue