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
8af4b34d22
commit
d58a621a20
1 changed files with 0 additions and 6 deletions
|
@ -23,12 +23,6 @@ location __PATH__/ {
|
|||
tcp_nodelay on;
|
||||
}
|
||||
|
||||
# CORS
|
||||
location ~ .(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ {
|
||||
add_header Access-Control-Allow-Origin "*";
|
||||
root /var/www/converse/dist/converse.js;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue