Created
May 13, 2020 17:48
-
-
Save mgilank/2dfcaf07016eadd71c12e650ac210a46 to your computer and use it in GitHub Desktop.
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
Options +FollowSymLinks -Indexes | |
IndexIgnore * | |
DirectoryIndex | |
<IfModule mod_rewrite.c> | |
RewriteEngine on | |
RewriteRule ^(.*)$ http://127.0.0.1:2369/$1 [P] | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment