No access after install

Hi, sorry to asking again, but again I get an issue with ee - so please can you let me know what could be the root-cause?

DNS-Entry:

*.p-r.com.     60     IN     A     1.2.3.4

Router: WAN IP: 1.2.3.4 >> routing to nginx server port 80 (works already in the same way with other ee domains)

root@server:~# ee site create p-r.com --wpfc --user=xxx --pass=xxx [email protected]
Running pre-update checks, please wait...
Setting up NGINX configuration  [Done]
Setting up webroot              [Done]
Downloading Wordpress           [Done]
Setting up database             [Done]
Installing plugin nginx-helper, please wait...
Installing plugin w3-total-cache, please wait...
Reload : nginx     [OK]
WordPress admin user : xxx
WordPress admin user password : xxx
Configure nginx-helper: http://p-r.com/wp-admin/options-general.php?page=nginx
Configure W3TC:         http://p-r.com/wp-admin/admin.php?page=w3tc_general
Page Cache:             Disable
Database Cache:         Memcached
Object Cache:           Memcached
Browser Cache:          Disable
Successfully created site http://p-r.com

checked:

  • database created

  • folder created with WP files (but wp-config.php in var/www/p-r.com not in htdocs)

  • debugging

    root@server:~# ee debug p-r.com --nginx --rewrite --fpm --php --mysql -i Starting NGINX debug connection for p-r.com Setting up Nginx rewrite logs for p-r.com Reload : nginx [OK] watching logfile /var/log/nginx/p-r.com.error.logs

BUT:

trial to access the site: no success (blank or somethimes nginx page) access.log:

8.18.10.15 0.221 MISS [17/Jun/2015:10:25:17 +0200] www.p-r.com "GET / HTTP/1.1" 301 5 "-" "Mozilla/5.0 (iPad; CPU OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F69 Safari/600.1.4"

error.log:

empty

Questions:

What are the steps to debug to find the error?

  1. networking checked
  2. nginx, see as well access.log
  3. ???