mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -06:00
webservers(caddy): fix PHP_VALUE newlines (#575)
This commit is contained in:
parent
406bd5a1fa
commit
dc9ddb6477
@ -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"
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user