Created
September 1, 2015 20:13
-
-
Save chrisshennan/a5082bd9abd5106522ee to your computer and use it in GitHub Desktop.
Sample Apache2 Configuration for Localtunnel.me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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