2022-11-27 19:34:31 +00:00
|
|
|
:8080 {
|
|
|
|
root * /var/www/pterodactyl/public/
|
|
|
|
file_server
|
|
|
|
|
|
|
|
header {
|
|
|
|
-Server
|
|
|
|
-X-Powered-By
|
|
|
|
Referrer-Policy "same-origin"
|
|
|
|
X-Frame-Options "deny"
|
|
|
|
X-XSS-Protection "1; mode=block"
|
|
|
|
X-Content-Type-Options "nosniff"
|
|
|
|
}
|
|
|
|
|
|
|
|
encode gzip zstd
|
|
|
|
|
|
|
|
php_fastcgi 127.0.0.1:9000 {
|
|
|
|
trusted_proxies 172.20.0.0/16
|
|
|
|
}
|
|
|
|
|
2022-12-13 02:23:03 +00:00
|
|
|
try_files {path} {path}/ /index.php?{query}
|
2022-11-27 19:34:31 +00:00
|
|
|
}
|