Fix
This commit is contained in:
parent
698c9f101b
commit
8cbd1a8632
2 changed files with 4 additions and 1 deletions
|
@ -29,3 +29,6 @@ MAIL_FROM=no-reply@__DOMAIN__
|
|||
QUEUE_HIGH=high
|
||||
QUEUE_STANDARD=standard
|
||||
QUEUE_LOW=low
|
||||
|
||||
PTERODACTYL_FILES_MAX_EDIT_SIZE=50000
|
||||
TRUSTED_PROXIES=127.0.0.1
|
||||
|
|
|
@ -6,7 +6,7 @@ location __PATH__/ {
|
|||
|
||||
index index.php;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
try_files $uri $uri/ __PATH__/index.php;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
|
|
Loading…
Reference in a new issue