moved web to web_main in drupal install to match with humanum tree

This commit is contained in:
2025-12-02 11:29:00 +01:00
parent b453047cc1
commit 15b63724e7
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
server {
listen 80;
root /var/www/mathallo/web;
root /var/www/mathallo/web_main;
index index.html index.php;
server_name dev.mathallo.fr;