Skip to content

Instantly share code, notes, and snippets.

@toklok
Created November 14, 2018 22:01
Show Gist options
  • Select an option

  • Save toklok/390da9850d01dc21bb8745cbffe9ad3a to your computer and use it in GitHub Desktop.

Select an option

Save toklok/390da9850d01dc21bb8745cbffe9ad3a to your computer and use it in GitHub Desktop.
wp-json/ restrict api nginx
for nginx: location ~ ^/wp-json/ { return 404; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment