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
0c131d3b1d
commit
20a15cd6d2
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ location __PATH__/ {
|
|||
tcp_nodelay on;
|
||||
}
|
||||
|
||||
# CORS
|
||||
more_set_headers "Access-Control-Allow-Origin: '*'";
|
||||
more_set_headers "Access-Control-Max-Age 3600";
|
||||
more_set_headers "Access-Control-Expose-Headers Content-Length";
|
||||
more_set_headers "Access-Control-Allow-Headers Range";
|
||||
more_set_headers "Accept-Ranges bytes";
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue