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
8127066879
commit
f4111d6723
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ location __PATH__/ {
|
||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
more_set_headers "Access-Control-Allow-Origin: *";
|
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";
|
||||||
|
|
Loading…
Reference in a new issue