Skip to content

Instantly share code, notes, and snippets.

@susanBuck
Last active December 6, 2018 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save susanBuck/790ea5a0d1ad7d02e586 to your computer and use it in GitHub Desktop.
Save susanBuck/790ea5a0d1ad7d02e586 to your computer and use it in GitHub Desktop.
DigitalOcean VirtualHost - Original 000-default.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory /var/www/html/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<IfModule mod_dir.c>
DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm
</IfModule>
</VirtualHost>
@pietervanheijningen
Copy link

ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment