v1.0.84: nginx config update
This commit is contained in:
@@ -39,7 +39,8 @@ server {
|
||||
proxy_pass http://127.0.0.1:8766;
|
||||
proxy_read_timeout 600s;
|
||||
proxy_buffering off;
|
||||
add_header Access-Control-Allow-Origin "*";
|
||||
add_header Access-Control-Allow-Origin "*" always;
|
||||
add_header Access-Control-Allow-Methods "GET, OPTIONS" always;
|
||||
}
|
||||
|
||||
listen 443 ssl; # managed by Certbot
|
||||
|
||||
Reference in New Issue
Block a user