J'utilise nginx / 0.7.68 sous CentOS avec la configuration suivante: 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 variables Le...