Feature: auto-fill game covers from internet sources

This commit is contained in:
Ponte
2026-02-14 23:13:14 +01:00
parent 37ff894801
commit c7c06823cd
4 changed files with 220 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ server {
location /api/ {
proxy_pass http://video-games-api:3001/api/;
proxy_http_version 1.1;
proxy_connect_timeout 10s;
proxy_send_timeout 300s;
proxy_read_timeout 300s;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;