From 44e448b0a8f1002f83f0f85b6fd3b1ea4fee485a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 13 Sep 2023 01:05:57 -0600 Subject: [PATCH] trivios: fix /static/ path --- triviOS/web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triviOS/web.nix b/triviOS/web.nix index 14b6b4b..758931d 100644 --- a/triviOS/web.nix +++ b/triviOS/web.nix @@ -11,7 +11,7 @@ default = true; locations = { - "/static".alias = "/tmp/static/"; + "/static/".alias = "/tmp/static/"; "/".extraConfig = '' uwsgi_pass unix://${config.services.uwsgi.runDir}/uwsgi.sock;