From 3cfd4cc52b7bec2666fe983f3e9e38a7486523d9 Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 12 Sep 2024 22:20:09 +0200 Subject: [PATCH] fix: nginx seller payouts (#340) --- lib/nginx/default.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/nginx/default.conf b/lib/nginx/default.conf index e9dceb74..8f3e26ad 100644 --- a/lib/nginx/default.conf +++ b/lib/nginx/default.conf @@ -37,6 +37,10 @@ server { alias /app/out/data/payout_requests; } + location /static/sellerPayouts { + alias /app/out/data/seller_payouts; + } + location /api/ { if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' '*';