Browse Source

updated default nginx conf

Bachir Soussi Chiadmi 5 years ago
parent
commit
124b064d0e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Docker/nginx/default.conf

+ 1 - 0
Docker/nginx/default.conf

@@ -2,6 +2,7 @@ server {
     listen 80 default_server;
     root /var/www/html;
     index index.html index.php;
+    server_name *.encyclopediedelaparole.org;
 
     charset utf-8;