From 6605be979db70a1895e73b4bab44804c034dc4e8 Mon Sep 17 00:00:00 2001 From: Jane <272005125@qq.com> Date: Tue, 16 Jul 2024 16:27:30 +0800 Subject: [PATCH] update --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index 9e5239d..13c1d3a 100644 --- a/default.conf +++ b/default.conf @@ -8,7 +8,7 @@ server { location / { root /usr/share/nginx/html; index index.html index.htm; - try_files $uri $uri/ /too-tech/index.html; + try_files $uri $uri/ /tool-tech/index.html; if ($request_filename ~* .*\.(?:htm|html)$) { add_header Cache-Control "no-cache, no-store";