# Temporary compatibility route. Remove after all files are strictly older # than 86,400 seconds and the cleanup acceptance check reports zero survivors. location ^~ /static/generated/ { alias /var/lib/docker/volumes/easyai-ai-gateway_api_data/_data/static/generated/; add_header Cache-Control "private, max-age=300"; try_files $request_filename =410; } location ^~ /static/uploaded/ { alias /var/lib/docker/volumes/easyai-ai-gateway_api_data/_data/static/uploaded/; add_header Cache-Control "private, max-age=300"; try_files $request_filename =410; }