From 1e4b37d99024000435c32bd7f40b867bf9c57444 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 27 Jul 2023 21:21:10 +0200 Subject: [PATCH] added nginx configuration --- conf/nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/nginx.conf diff --git a/conf/nginx.conf b/conf/nginx.conf new file mode 100644 index 0000000..d0289a6 --- /dev/null +++ b/conf/nginx.conf @@ -0,0 +1,5 @@ +location __PATH__/ { + alias __INSTALL_DIR__/; + index index.html; + include conf.d/yunohost_panel.conf.inc; +}