webservers(caddy): fix PHP_VALUE newlines (#575)

This commit is contained in:
Daniel Barton 2024-04-28 05:31:54 +08:00 committed by GitHub
parent 406bd5a1fa
commit dc9ddb6477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,8 @@
root /var/www/pterodactyl/public root /var/www/pterodactyl/public
index index.php index index.php
env PHP_VALUE "upload_max_filesize = 100M \n post_max_size = 100M" env PHP_VALUE "upload_max_filesize = 100M
post_max_size = 100M"
env HTTP_PROXY "" env HTTP_PROXY ""
env HTTPS "on" env HTTPS "on"

View File

@ -15,7 +15,8 @@
root /var/www/pterodactyl/public root /var/www/pterodactyl/public
index index.php index index.php
env PHP_VALUE "upload_max_filesize = 100M \n post_max_size = 100M" env PHP_VALUE "upload_max_filesize = 100M
post_max_size = 100M"
env HTTP_PROXY "" env HTTP_PROXY ""
# env HTTPS "on" # IMPORTANT: this is commented out, to disable HTTPS # env HTTPS "on" # IMPORTANT: this is commented out, to disable HTTPS