Skip to content

Instantly share code, notes, and snippets.

@half2me
Created September 2, 2018 15:52
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 half2me/02bbf4fd3f9ce8ccbc8a03f278136e5e to your computer and use it in GitHub Desktop.
Save half2me/02bbf4fd3f9ce8ccbc8a03f278136e5e to your computer and use it in GitHub Desktop.
location / {
try_files $uri $uri/ /index.php?$args;
}
# Add trailing slash to */wp-admin requests.
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
location ~* \.(jpg|jpeg|png|gif|css|js|ico)$ {
expires max;
log_not_found off;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment