From 859273a9c1e551a5b10184dda3cce16d2d3016cb Mon Sep 17 00:00:00 2001 From: Florian THIERRY Date: Wed, 23 Jul 2025 20:48:00 +0200 Subject: [PATCH] Change backend ip address after freebox migration. --- frontend/conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/conf/nginx.conf b/frontend/conf/nginx.conf index 7ebd77f..15740a9 100644 --- a/frontend/conf/nginx.conf +++ b/frontend/conf/nginx.conf @@ -44,7 +44,7 @@ http { } location ~ ^/api { - proxy_pass http://192.168.0.153:50011; + proxy_pass http://192.168.1.153:50011; proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr;