Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- DocumentRoot "/opt/demowebsite/public"
- ErrorLog /var/log/apache2/demowebsite-error_log
- CustomLog /var/log/apache2/demowebsite-access_log combined
- HostnameLookups Off
- UseCanonicalName Off
- ServerSignature On
- <Directory "/opt/demowebsite/public">
- Options -Indexes +FollowSymLinks +MultiViews
- AllowOverride All
- Require all granted
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement