Skip to content

Instantly share code, notes, and snippets.

@kmvan
Created April 10, 2019 10:17
Show Gist options
  • Save kmvan/03ae669d760f20ba62d8bf3eb7633dfd to your computer and use it in GitHub Desktop.
Save kmvan/03ae669d760f20ba62d8bf3eb7633dfd to your computer and use it in GitHub Desktop.
wordpress nginx rewrite
location / {
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment