FINAL?
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user