This commit is contained in:
Jane 2024-07-16 16:27:30 +08:00
parent c77036a671
commit 6605be979d

View File

@ -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";