kirby cms website
This commit is contained in:
9
apps/website/kirby/default.conf
Normal file
9
apps/website/kirby/default.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName localhost
|
||||
# Set the document root
|
||||
DocumentRoot "/var/www/html"
|
||||
<Directory "/var/www/html">
|
||||
# Allow overriding the default configuration via `.htaccess`
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
</VirtualHost>
|
Reference in New Issue
Block a user