trivios: fix /static path
This commit is contained in:
parent
ca790ef541
commit
c2a9fd95d0
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue