mirror of
https://github.com/oupala/apaxy.git
synced 2025-09-03 11:02:48 +02:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
<VirtualHost *:80>
|
|
DocumentRoot /var/www/html
|
|
|
|
<Directory /var/www/html/>
|
|
Options Indexes FollowSymLinks MultiViews
|
|
AllowOverride All
|
|
Order deny,allow
|
|
Allow from all
|
|
</Directory>
|
|
</VirtualHost>
|