trivios: fix /static path

This commit is contained in:
Alejandro Soto 2023-09-13 01:03:45 -06:00
parent ca790ef541
commit c2a9fd95d0
No known key found for this signature in database
GPG key ID: 570448E3382BDEC5

View file

@ -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;