Skip to content

Instantly share code, notes, and snippets.

@imgeraldalinio
Last active May 8, 2020 18:27
Show Gist options
  • Save imgeraldalinio/f58de303c2e9e554b6c837b141bb405e to your computer and use it in GitHub Desktop.
Save imgeraldalinio/f58de303c2e9e554b6c837b141bb405e to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin admin@example.com
DocumentRoot /var/www/wordpress
ServerName example.com
ServerAlias www.example.com
<Directory /var/www/wordpress/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment