This commit is contained in:
ericgaspar 2022-03-27 16:29:12 +02:00
parent 698c9f101b
commit 8cbd1a8632
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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)(/.+)$;