fix etherpad injoignable
This commit is contained in:
@@ -31,8 +31,8 @@ server {
|
||||
##########################
|
||||
# Proxy API requests to the back service
|
||||
##########################
|
||||
location /api/polls {
|
||||
proxy_pass http://back:8080/;
|
||||
location /api/ {
|
||||
proxy_pass http://back:8080;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
Reference in New Issue
Block a user