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-17 23:01:32 +01:00
parent f51fc549ab
commit 451a695c7d

View file

@ -6,6 +6,8 @@ location __PATH__/ {
index index.html; index index.html;
more_set_headers "Access-Control-Allow-Origin: *";
location = __PATH__/http-bind { location = __PATH__/http-bind {
proxy_pass "http://localhost:5290/http-bind"; proxy_pass "http://localhost:5290/http-bind";
proxy_http_version 1.1; proxy_http_version 1.1;