root : not sure it will work for subdomains
This commit is contained in:
parent
ac0b57a811
commit
9d25defdfd
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
root /var/www/pterodactyl/public/;
|
||||
|
||||
location ^~ __PATH__ {
|
||||
alias __FINALPATH__/public/;
|
||||
try_files $uri $uri/ @pterodactyl;
|
||||
|
|
Loading…
Reference in a new issue