added nginx configuration

This commit is contained in:
Tobias 2023-07-27 21:21:10 +02:00
parent 7e4ff716f4
commit 1e4b37d990

5
conf/nginx.conf Normal file
View File

@ -0,0 +1,5 @@
location __PATH__/ {
alias __INSTALL_DIR__/;
index index.html;
include conf.d/yunohost_panel.conf.inc;
}