Hallo zusammen, ich hab ein kleines problem und zwar:
Wenn ich dieser Code im "server {}" hinzufüge funktioniert leider "allow" nicht - es sperrt automatisch alle - was kann ich da tun?
PS: .conf datei ist im nginx.conf included
/***************************************************/
location ~ ^/(wp-admin|wp-login\.php) {
allow xx.xxx.x.xxx;
allow xxx.xxx.xxx.xx;
allow xxx.x.x.x;
deny all;
}