Compare commits
2 Commits
46b3d1731e
...
6088ab2741
| Author | SHA1 | Date | |
|---|---|---|---|
| 6088ab2741 | |||
| 20f277fb32 |
@ -1,5 +1,11 @@
|
|||||||
|
rewrite ^/helloworld$ /helloworld/ permanent;
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
||||||
|
# Path to source
|
||||||
alias __INSTALL_DIR__/;
|
alias __INSTALL_DIR__/;
|
||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
# Include SSOWAT user panel
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ source /usr/share/yunohost/helpers
|
|||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Setting up source files…" --weight=2
|
ynh_script_progression --message="Setting up source files…" --weight=1
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user