Skip to content

Instantly share code, notes, and snippets.

@bajpangosh
Last active May 8, 2020 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bajpangosh/9d316d3de8b3a48bcb656a193ec9efc1 to your computer and use it in GitHub Desktop.
Save bajpangosh/9d316d3de8b3a48bcb656a193ec9efc1 to your computer and use it in GitHub Desktop.
Wordpress installation in subfolder
location /new {
try_files $uri $uri/ /new/index.php?$args /new/index.php?q=$uri&$args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment