We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3935d22 commit 85d3af4Copy full SHA for 85d3af4
nginx.conf
@@ -47,7 +47,7 @@ http {
47
}
48
49
# Allow specific file extensions if configured (optional static assets)
50
- location ~* \.(ALLOWED_EXTENSIONS_PLACEHOLDER)$ {
+ location ~* /.*\.(ALLOWED_EXTENSIONS_PLACEHOLDER)$ {
51
proxy_pass http://BACKEND_HOST_PLACEHOLDER:BACKEND_PORT_PLACEHOLDER;
52
proxy_http_version 1.1;
53
proxy_set_header Host $host;
0 commit comments