Added mod_rewrite for nginx module
This commit is contained in:
10
cms/simple/site1.conf
Normal file
10
cms/simple/site1.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
<VirtualHost 192.168.3.96:80>
|
||||
DocumentRoot "/sites/site1"
|
||||
ServerName example1.com
|
||||
|
||||
<Directory /sites/site1>
|
||||
Options +Indexes +FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user