Adopt static file server #32
bmf-san
started this conversation in
Architecture Decision Record
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title
Adopt static file server
Context
A reverse proxy acts as a middle layer that forwards requests from clients to servers. Static file delivery is a key factor in the performance and user experience of web applications and websites, and effective static file delivery can help speed up web applications.
Decision
You have decided that your reverse proxy will support serving static files. The following benefits are expected from this:
Status
Accepted
Consequences
By supporting the delivery of static files, reverse proxies are expected to improve the performance, scalability, and security of web applications. However, it is important to establish appropriate cache settings and security policies. It is also advisable to choose a reverse proxy as it is transparent and has flexible configuration.
References
N/A
Beta Was this translation helpful? Give feedback.
All reactions