root : not sure it will work for subdomains

This commit is contained in:
frju365 2019-01-03 00:29:29 +01:00
parent ac0b57a811
commit 9d25defdfd
No known key found for this signature in database
GPG key ID: 59BFB76C5925FC73

View file

@ -1,3 +1,5 @@
root /var/www/pterodactyl/public/;
location ^~ __PATH__ {
alias __FINALPATH__/public/;
try_files $uri $uri/ @pterodactyl;