Skip to content

Instantly share code, notes, and snippets.

@chrisshennan
Created September 1, 2015 20:13
Show Gist options
  • Save chrisshennan/a5082bd9abd5106522ee to your computer and use it in GitHub Desktop.
Save chrisshennan/a5082bd9abd5106522ee to your computer and use it in GitHub Desktop.
Sample Apache2 Configuration for Localtunnel.me
<VirtualHost *:80>
DocumentRoot /data/sites/i/insidetheagency.chris.laptop.internal/web
ServerName insidetheagency.chris.laptop.internal
ServerAlias insidetheagencydev.localtunnel.me
ErrorLog log/insidetheagency.chris.laptop.internal-error.log
CustomLog log/insidetheagency.chris.laptop.internal-access.log combined
<Directory /data/sites/i/insidetheagency.chris.laptop.internal/web>
....
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment