Files

11 lines
247 B
Plaintext
Raw Permalink Normal View History

2026-03-23 01:15:59 +03:00
<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>