You could try this: location ~ \.php$ { ##merge## location ~* /(wp-login.php|xmlrpc.php) { auth_basic "Restricted";...
This looks lie a vhost created by ISPConfig. Was there no default vhost coming with nginx when you installed it?
Can you post the contents of the 000default.tld file?
Try location / { try_files $uri $uri/ /index.php?url=$request_uri&$args last; }
I guess the problem is that you have spaces in your URLs.
Because try_files requires at least two arguments, and because requests should be passed to @php, the first argument must be a non-existing file.
Did you add if ($allowed_country = no) { return 444; } to domain2.com?
Use something like this in the nginx Directives field in ISPConfig: if ($scheme != "https") { rewrite ^...
I'm posting this in German as we're looking for a candidate who is fluent in German: Wir von Timme Hosting suchen ab sofort in Vollzeit einen...
You can change the user and group in the pool definition (under Debian it's in the /etc/php5/fpm/pool.d directory).
In this case you have to create custom rules in the nginx Directives field on the Options tab.
The correct URL is http://www.mydomain.si:8081/phpmyadmin
The SEO Redirects should work for you - just select * => www.domain.tld.
Did you modify language files? Did you maybe introduce a syntax error? I can't reproduce this here.
Separate names with a comma.