nginx/rc-wordpress.conf
changeset 6 36381334b11e
parent 0 800e4a6ab128
--- a/nginx/rc-wordpress.conf	Wed Apr 24 02:26:02 2019 +0200
+++ b/nginx/rc-wordpress.conf	Wed Apr 24 15:34:20 2019 +0200
@@ -1,8 +1,7 @@
 server {
     listen      80;
     listen [::]:80;
-    # server_name               myapp.local www.myapp.local;
-    server_name               localhost 127.0.0.1;
+    server_name               recherchecontributive.test www.recherchecontributive.test;
 
     root /var/www/html/web;
     index index.php;