trivios: fix /static/ path
This commit is contained in:
parent
c2a9fd95d0
commit
44e448b0a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue