Skip to content

Instantly share code, notes, and snippets.

@AshWilliams
Created July 4, 2018 12:46
Show Gist options
  • Select an option

  • Save AshWilliams/96aa1444d23bf12f5522eb540b6160eb to your computer and use it in GitHub Desktop.

Select an option

Save AshWilliams/96aa1444d23bf12f5522eb540b6160eb to your computer and use it in GitHub Desktop.

Revisions

  1. AshWilliams created this gist Jul 4, 2018.
    7 changes: 7 additions & 0 deletions Nginx Configuration
    Original 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;
    }
    }