diff options
Diffstat (limited to 'nginx.conf')
| -rw-r--r-- | nginx.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |
