From 95dd5f0c346d10c9a9497daf88cd199ce71c8122 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 17 Aug 2024 19:35:56 +0900 Subject: feat(backend): fetch user icon from fortee --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index b54d6ae..f421647 100644 --- a/nginx.conf +++ b/nginx.conf @@ -12,6 +12,10 @@ http { server { listen 80; + location /iosdc-japan/2024/code-battle/files/ { + alias /var/www/files/; + } + location /iosdc-japan/2024/code-battle/api/ { proxy_pass http://api-server; proxy_set_header Host $host; -- cgit v1.2.3-70-g09d2