mirror of
https://github.com/YunoHost-Apps/svgedit_ynh.git
synced 2024-09-03 20:26:24 +02:00
fix nginx config
This commit is contained in:
parent
43523a33d1
commit
d6f7fa2f40
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __INSTALL_DIR__/www;
|
alias __INSTALL_DIR__/www/;
|
||||||
|
|
||||||
index svg-editor.html ;
|
index index.html;
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
Loading…
Reference in a new issue