added initial rewrite rule

This commit is contained in:
Tobias 2023-07-27 21:36:19 +02:00
parent 46b3d1731e
commit 20f277fb32

View File

@ -1,5 +1,11 @@
rewrite ^/helloworld$ /helloworld/ permanent;
location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/;
index index.html;
# Include SSOWAT user panel
include conf.d/yunohost_panel.conf.inc;
}