diff --git a/triviOS/web.nix b/triviOS/web.nix index bbce543..14b6b4b 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;