mirror of
https://github.com/YunoHost-Apps/svgedit_ynh.git
synced 2024-09-03 20:26:24 +02:00
12 lines
221 B
Nginx Configuration File
12 lines
221 B
Nginx Configuration File
|
location YNH_WWW_PATH {
|
||
|
|
||
|
# Path to source
|
||
|
alias YNH_WWW_ALIAS ;
|
||
|
|
||
|
# Example PHP configuration (remove if not used)
|
||
|
index svg-editor.html;
|
||
|
|
||
|
# Include SSOWAT user panel.
|
||
|
include conf.d/yunohost_panel.conf.inc;
|
||
|
}
|