Skip to content

Instantly share code, notes, and snippets.

/conf Secret

Created January 24, 2018 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e6c0a05ed8ff1488fd7b9f14f4b9148f to your computer and use it in GitHub Desktop.
Save anonymous/e6c0a05ed8ff1488fd7b9f14f4b9148f to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName owncloud10
ServerAlias REDACTED
ServerAlias REDACTED
DocumentRoot /var/hda/web-apps/owncloud10/html
<Directory "/var/hda/web-apps/owncloud10/html">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /var/hda/web-apps/owncloud10/logs/error_log
CustomLog /var/hda/web-apps/owncloud10/logs/access_log combined env=!dontlog
</VirtualHost>
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment