diff --git a/nginx.conf b/nginx.conf index 6d428e4..9827229 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,7 +22,7 @@ location = /s { # --- Serve frontend index.html at /s/ --- location = /s/ { - alias /root/repo/urlshortener/static/index.html; + alias /root/repo/urlshortener/static/; } # --- Serve frontend static assets (CSS, JS, etc.) ---