trivios: fix /static/ path
This commit is contained in:
parent
c2a9fd95d0
commit
44e448b0a8
|
@ -11,7 +11,7 @@
|
||||||
default = true;
|
default = true;
|
||||||
|
|
||||||
locations = {
|
locations = {
|
||||||
"/static".alias = "/tmp/static/";
|
"/static/".alias = "/tmp/static/";
|
||||||
|
|
||||||
"/".extraConfig = ''
|
"/".extraConfig = ''
|
||||||
uwsgi_pass unix://${config.services.uwsgi.runDir}/uwsgi.sock;
|
uwsgi_pass unix://${config.services.uwsgi.runDir}/uwsgi.sock;
|
||||||
|
|
Loading…
Reference in a new issue