mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
|
location <frontend_path> {
|
||
|
include /nginx/conf.d/proxy.conf;
|
||
|
client_max_body_size <frontend_domain_max_body_size>;
|
||
|
proxy_pass http://<backend_addr>:<backend_port>;
|
||
|
}
|