htz.ex42-1048908: fix travelynx static files
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-19 22:01:54 +02:00
parent 15dbc4307f
commit b7f377816f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@ defaults = {
'travelynx': {
'home': '/opt/travelynx',
'deploy_configs': False,
'home-mode': '0755',
},
},
'travelynx': {

View file

@ -1,7 +1,7 @@
location /static {
root /srv/www/travelynx/public;
root /opt/travelynx/public;
}
location /service-worker.js {
root /srv/www/travelynx/public;
root /opt/travelynx/public;
}