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-19 11:49:36 +01:00
parent 1c5153d2a1
commit 8127066879

View file

@ -6,9 +6,7 @@ location __PATH__/ {
index index.html;
if ($request_method ~* "(GET|POST)") {
more_set_headers "Access-Control-Allow-Origin: *";
}
more_set_headers "Access-Control-Allow-Origin: *";
location = __PATH__/http-bind {
proxy_pass "http://localhost:5290/http-bind";