mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
11 lines
184 B
Nginx Configuration File
11 lines
184 B
Nginx Configuration File
|
location YNH_WWW_PATH {
|
||
|
# Path to source
|
||
|
alias YNH_WWW_ALIAS ;
|
||
|
|
||
|
index index.html;
|
||
|
default_type text/html;
|
||
|
|
||
|
# Include SSOWAT user panel.
|
||
|
include conf.d/yunohost_panel.conf.inc;
|
||
|
}
|