htz.ex42-1048908: fix travelynx static files
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
15dbc4307f
commit
b7f377816f
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ defaults = {
|
||||||
'travelynx': {
|
'travelynx': {
|
||||||
'home': '/opt/travelynx',
|
'home': '/opt/travelynx',
|
||||||
'deploy_configs': False,
|
'deploy_configs': False,
|
||||||
|
'home-mode': '0755',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'travelynx': {
|
'travelynx': {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
location /static {
|
location /static {
|
||||||
root /srv/www/travelynx/public;
|
root /opt/travelynx/public;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /service-worker.js {
|
location /service-worker.js {
|
||||||
root /srv/www/travelynx/public;
|
root /opt/travelynx/public;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue