mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
Update nginx.conf
This commit is contained in:
parent
6b92394f09
commit
31e63e02ca
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/;
|
||||
alias __INSTALL_DIR__/;
|
||||
|
||||
index index.html;
|
||||
|
||||
|
@ -25,7 +25,7 @@ location __PATH__/ {
|
|||
#more_set_headers "Access-Control-Expose-Headers: Content-Length";
|
||||
#more_set_headers "Access-Control-Allow-Headers: Range";
|
||||
#more_set_headers "Accept-Ranges: bytes";
|
||||
alias __FINALPATH__/dist/;
|
||||
alias __INSTALL_DIR__/dist/;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
Loading…
Reference in a new issue