drupal installed and running

This commit is contained in:
2023-11-19 12:07:28 +01:00
parent 96437d8c05
commit 0b98b4c16e
6 changed files with 34 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
server {
listen 80;
root /var/www/reha/web;
root /var/www/erable/web;
index index.html index.php;
server_name dev.reha.fr;
server_name dev.erable.fr;
charset utf-8;
@@ -14,7 +14,7 @@ server {
location = /robots.txt { access_log off; log_not_found off; }
access_log on;
error_log /var/log/nginx/reha/error.log error;
error_log /var/log/nginx/erable/error.log error;
sendfile off;