From 1392ce3c58222d0c17ab5d389eb88a8570d6a29e Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 19 Aug 2020 21:46:01 +0200 Subject: [PATCH] htz.ex42-1048908: serve travelynx static files --- .../extras/htz.ex42-1048908/travelynx.franzi.business | 7 +++++++ nodes/htz/ex42-1048908.py | 1 + 2 files changed, 8 insertions(+) create mode 100644 data/nginx/files/extras/htz.ex42-1048908/travelynx.franzi.business diff --git a/data/nginx/files/extras/htz.ex42-1048908/travelynx.franzi.business b/data/nginx/files/extras/htz.ex42-1048908/travelynx.franzi.business new file mode 100644 index 0000000..13ce2c0 --- /dev/null +++ b/data/nginx/files/extras/htz.ex42-1048908/travelynx.franzi.business @@ -0,0 +1,7 @@ + location /static { + root /srv/www/travelynx/public; + } + + location /service-worker.js { + root /srv/www/travelynx/public; + } diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index aa0fa1c..5a19582 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -154,6 +154,7 @@ nodes['htz.ex42-1048908'] = { 'proxy': { '/': 'http://127.0.0.1:8093', }, + 'extras': True, }, 'vliedel.random.franzi.business': {}, 'webmail.mx0.kunbox.net': {