trivios: update static path
This commit is contained in:
parent
076d454b9c
commit
ca790ef541
|
@ -11,7 +11,7 @@
|
||||||
default = true;
|
default = true;
|
||||||
|
|
||||||
locations = {
|
locations = {
|
||||||
"/static".alias = ../ui/main/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