1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
wekan_ynh/conf/nginx.conf
2017-02-10 17:06:59 +01:00

13 lines
250 B
Nginx Configuration File

location YNH_WWW_PATH {
# Path to source
alias YNH_WWW_ALIAS ;
# Example PHP configuration (remove if not used)
index index.php;
try_files $uri $uri/ index.php;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}