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': {
|
||||
'home': '/opt/travelynx',
|
||||
'deploy_configs': False,
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
'travelynx': {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue