diff --git a/.snippets/webservers/Caddyfile b/.snippets/webservers/Caddyfile index 725edd856..0755b23cd 100644 --- a/.snippets/webservers/Caddyfile +++ b/.snippets/webservers/Caddyfile @@ -15,7 +15,8 @@ root /var/www/pterodactyl/public 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 HTTPS "on" diff --git a/.snippets/webservers/Caddyfile-nossl b/.snippets/webservers/Caddyfile-nossl index 1b796e0f0..4762d0348 100644 --- a/.snippets/webservers/Caddyfile-nossl +++ b/.snippets/webservers/Caddyfile-nossl @@ -15,7 +15,8 @@ root /var/www/pterodactyl/public 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 HTTPS "on" # IMPORTANT: this is commented out, to disable HTTPS