Estoy usando nginx / 0.7.68, ejecutándome en CentOS, con la siguiente configuración: server { listen 80; server_name ***; index index.html index.htm index.php default.html default.htm default.php; location / { root /***; proxy_pass http://***:8888; index index.html index.htm; } # where...