FINAL?
This commit is contained in:
@@ -13,7 +13,6 @@ up:
|
|||||||
|
|
||||||
fclean:
|
fclean:
|
||||||
sudo docker-compose -f srcs/docker-compose.yml down --rmi all --volumes
|
sudo docker-compose -f srcs/docker-compose.yml down --rmi all --volumes
|
||||||
sudo docker rmi debian:bullseye
|
|
||||||
sudo rm -rf /home/null/data
|
sudo rm -rf /home/null/data
|
||||||
|
|
||||||
.PHONY: all up fclean
|
.PHONY: all up fclean
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ http {
|
|||||||
#root and index and server_name
|
#root and index and server_name
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
server_name yantoine.42.fr;
|
server_name yantoine.42.fr;
|
||||||
index index.php index.html index.htm;
|
index index.nginx-debian.html;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
|
|||||||
Reference in New Issue
Block a user