Last active
February 25, 2020 00:46
Revisions
-
Islammagdy renamed this gist
Sep 9, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Islam Magdy created this gist
Jul 30, 2013 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ <VirtualHost *:80> ServerAdmin isl@m.magdy ServerName js.io ServerAlias js.io ProxyRequests off <Proxy *> Order deny,allow Allow from all </Proxy> <Location /> ProxyPass http://127.0.0.1:3000/ ProxyPassReverse http://127.0.0.1:3000/ </Location> DocumentRoot /var/www/ </VirtualHost>