mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Create apache-nossl.conf
This commit is contained in:
parent
81e1000716
commit
f17dedd5be
10
.snippets/webservers/apache-nossl.conf
Normal file
10
.snippets/webservers/apache-nossl.conf
Normal file
@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Loading…
x
Reference in New Issue
Block a user