htz.ex42-1048908: serve travelynx static files
This commit is contained in:
parent
8547948ce6
commit
1392ce3c58
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
location /static {
|
||||||
|
root /srv/www/travelynx/public;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /service-worker.js {
|
||||||
|
root /srv/www/travelynx/public;
|
||||||
|
}
|
|
@ -154,6 +154,7 @@ nodes['htz.ex42-1048908'] = {
|
||||||
'proxy': {
|
'proxy': {
|
||||||
'/': 'http://127.0.0.1:8093',
|
'/': 'http://127.0.0.1:8093',
|
||||||
},
|
},
|
||||||
|
'extras': True,
|
||||||
},
|
},
|
||||||
'vliedel.random.franzi.business': {},
|
'vliedel.random.franzi.business': {},
|
||||||
'webmail.mx0.kunbox.net': {
|
'webmail.mx0.kunbox.net': {
|
||||||
|
|
Loading…
Reference in a new issue