trivios: fix /static/ path
This commit is contained in:
parent
c2a9fd95d0
commit
44e448b0a8
|
@ -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