fix etherpad injoignable

This commit is contained in:
Alexandre Chevalier
2026-02-12 16:19:35 +01:00
parent 2c1b591fa6
commit 06e7275682
6 changed files with 20 additions and 118 deletions

View File

@@ -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;