drupal mathallo is running

This commit is contained in:
2025-10-30 11:02:14 +01:00
parent ee1686340b
commit b453047cc1
9 changed files with 138 additions and 62 deletions

View File

@@ -1,8 +1,8 @@
server {
listen 80;
root /var/www/epau/web;
root /var/www/mathallo/web;
index index.html index.php;
server_name dev.epau.fr;
server_name dev.mathallo.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/epau/error.log error;
error_log /var/log/nginx/mathallo/error.log error;
sendfile off;