From 87b37e75d7cf89413e0acdf36223cb793046b6db Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 14:51:51 +0100 Subject: [PATCH] Supprimer 'cryptide_project/nginx.conf' --- cryptide_project/nginx.conf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 cryptide_project/nginx.conf diff --git a/cryptide_project/nginx.conf b/cryptide_project/nginx.conf deleted file mode 100644 index 231f646..0000000 --- a/cryptide_project/nginx.conf +++ /dev/null @@ -1,15 +0,0 @@ -server { - listen 80; - server_name server; - - location / { - root /usr/share/nginx/html; - index index.html; - try_files $uri $uri/ /index.html; - } - - error_page 500 502 503 504 /50x.html; - location = /50x.html { - root /usr/share/nginx/html; - } -}