This commit is contained in:
H3XploR
2025-06-20 19:24:47 +02:00
parent 1caa62d3fb
commit 60b93f4715
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ up:
fclean:
sudo docker-compose -f srcs/docker-compose.yml down --rmi all --volumes
sudo docker rmi debian:bullseye
sudo rm -rf /home/null/data
.PHONY: all up fclean
+1 -1
View File
@@ -71,7 +71,7 @@ http {
#root and index and server_name
root /var/www/html;
server_name yantoine.42.fr;
index index.php index.html index.htm;
index index.nginx-debian.html;
location / {
try_files $uri $uri/ =404;