First Upload
This commit is contained in:
13
rconfig-vhost.conf
Normal file
13
rconfig-vhost.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName YourServerName
|
||||
ServerAlias YourServerName
|
||||
DocumentRoot PWD/public
|
||||
<Directory "PWD/public">
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
Satisfy Any
|
||||
</Directory>
|
||||
</VirtualHost>
|
Reference in New Issue
Block a user