1
0
Fork 0
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:
Éric Gaspar 2023-02-21 15:02:55 +01:00
parent 6b92394f09
commit 31e63e02ca

View file

@ -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.