1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00
keeweb_ynh/conf/nginx.conf
2016-03-01 10:47:41 +01:00

10 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;
}