documentation/.snippets/webservers/apache-nossl.conf
2018-10-16 00:21:29 -04:00

11 lines
275 B
Plaintext

<VirtualHost *:80>
ServerName <domain>
DocumentRoot "/var/www/pterodactyl/public"
AllowEncodedSlashes On
php_value upload_max_filesize 100M
php_value post_max_size 100M
<Directory "/var/www/pterodactyl/public">
AllowOverride all
</Directory>
</VirtualHost>