Używam nginx / 0.7.68, działający na CentOS, w następującej konfiguracji: 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 *** is my...