i have a problem with my virtual block

Olivier Morel oliviermo75 at gmail.com
Mon Jan 14 17:46:42 UTC 2013


hy
 when i try to go to my website in local like
http://mediawiki.dedibox.fr/, i get the message
It works!

This is the default web page for this server. etc...


but normally i must have my index.php and not that , i don' t understand
why i get this message .


this is my nginx.conf



*events {
    worker_connections  1024;
}


http {
     include       mime.types;
    passenger_root /usr/local/xxxx/ruby-1.9.3-p125/gems/passenger-3.0.19;
    passenger_ruby /usr/local/xxxx/ruby-1.9.3-p125/ruby;
    passenger_max_pool_size 10;



    default_type  application/octet-stream;

    sendfile        on;
## TCP options
    tcp_nopush     on;
    tcp_nodelay    on;
## Timeout
    keepalive_timeout  65;

    types_hash_max_size 2048;
    server_names_hash_bucket_size 128;
    proxy_cache_path /mnt/donner/nginx/cache levels=1:2 keys_zone=one:10m;
    gzip  on;
    server_tokens off;

*

*    include /usr/local/xxx/nginx/vhosts-available/*;
     include /usr/local/xxx/nginx/vhosts-available/*.conf;
*

  server {
*        listen       80;
        passenger_enabled on;
        passenger_use_global_queue on;

        error_log   /home/logs/nginx/error.log;
        access_log  /home/logs/nginx/access-global.log;
  }
}*
*

vhosts-available/mediawiki.conf*

server {

            listen 80 ;
            server_name mediawiki.dedibox.fr;
            root /home/sites_web/mediawiki;
            index index.php index.html;
            error_log  /home/logs/mediawiki/error.log;
            access_log /home/logs/mediawiki/access.log;


location ~ .php$ {

           fastcgi_pass 127.0.0.1:9000;
           fastcgi_index index.php;
           fastcgi_param SCRIPT_FILENAME
/home/sites_web/mediawiki/$fastcgi_script_name;
           include  /usr/local/centOs/nginx/conf/fastcgi_params;

        }
}


thank you very much for your help .
And have a good day
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130114/54a158cb/attachment.html>


More information about the nginx mailing list