mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
13 lines
250 B
Nginx Configuration File
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;
|
|
}
|