fix
This commit is contained in:
parent
fd56cf1d05
commit
66ed8bdb54
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
|||
root /var/www/;
|
||||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location __PATH__/ {
|
||||
index index.htm; # Pour automatiquement avoir le load de index.html
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
Loading…
Reference in a new issue