Skip to content

Commit 85d3af4

Browse files
committed
Update nginx.conf
1 parent 3935d22 commit 85d3af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ http {
4747
}
4848

4949
# Allow specific file extensions if configured (optional static assets)
50-
location ~* \.(ALLOWED_EXTENSIONS_PLACEHOLDER)$ {
50+
location ~* /.*\.(ALLOWED_EXTENSIONS_PLACEHOLDER)$ {
5151
proxy_pass http://BACKEND_HOST_PLACEHOLDER:BACKEND_PORT_PLACEHOLDER;
5252
proxy_http_version 1.1;
5353
proxy_set_header Host $host;

0 commit comments

Comments
 (0)