nginx/rc-wordpress.conf
changeset 6 36381334b11e
parent 0 800e4a6ab128
equal deleted inserted replaced
5:3b60692effa9 6:36381334b11e
     1 server {
     1 server {
     2     listen      80;
     2     listen      80;
     3     listen [::]:80;
     3     listen [::]:80;
     4     # server_name               myapp.local www.myapp.local;
     4     server_name               recherchecontributive.test www.recherchecontributive.test;
     5     server_name               localhost 127.0.0.1;
       
     6 
     5 
     7     root /var/www/html/web;
     6     root /var/www/html/web;
     8     index index.php;
     7     index index.php;
     9 
     8 
    10     access_log /var/log/nginx/access.log;
     9     access_log /var/log/nginx/access.log;