Created
July 4, 2018 12:46
-
-
Save AshWilliams/96aa1444d23bf12f5522eb540b6160eb to your computer and use it in GitHub Desktop.
Revisions
-
AshWilliams created this gist
Jul 4, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # nginx configuration location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?WOLFPAGE=$1 break; } }