mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Add Require all granted to Apache virtual host
This commit is contained in:
parent
2d551a034e
commit
43c91ab294
@ -1,10 +1,14 @@
|
||||
<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
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user