essayer de charger les pages wordpres

This commit is contained in:
Ubuntu
2025-07-04 14:52:08 +00:00
parent b57331d471
commit 8ba0530dd3
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ http {
#root and index and server_name
root /var/www/html;
server_name yantoine.42.fr;
index index.nginx-debian.html;
#index index.nginx-debian.html;
index index.php
location / {
try_files $uri $uri/ =404;
}