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