Skip to content

Instantly share code, notes, and snippets.

@Inderpreet90
Created March 18, 2020 07:27
Show Gist options
  • Save Inderpreet90/8911b7784b589362f75063652656a9a1 to your computer and use it in GitHub Desktop.
Save Inderpreet90/8911b7784b589362f75063652656a9a1 to your computer and use it in GitHub Desktop.
location /wp-admin {
# Allow all in 172.168.1.0/24 subnet
allow 172.168.1.0/24;
# Deny for everyone else
deny all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment