mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-30 20:22:49 +00:00
Enhance Nginx configuration for better performance and analytics (#7179)
This commit is contained in:
@@ -13,6 +13,9 @@ charset utf-8;
|
||||
# Set max upload to 2048M
|
||||
client_max_body_size 2048M;
|
||||
|
||||
# Set client body buffer to handle Sentinel payloads in memory
|
||||
client_body_buffer_size 256k;
|
||||
|
||||
# Healthchecks: Set /healthcheck to be the healthcheck URL
|
||||
location /healthcheck {
|
||||
access_log off;
|
||||
|
||||
@@ -13,6 +13,9 @@ charset utf-8;
|
||||
# Set max upload to 2048M
|
||||
client_max_body_size 2048M;
|
||||
|
||||
# Set client body buffer to handle Sentinel payloads in memory
|
||||
client_body_buffer_size 256k;
|
||||
|
||||
# Healthchecks: Set /healthcheck to be the healthcheck URL
|
||||
location /healthcheck {
|
||||
access_log off;
|
||||
|
||||
Reference in New Issue
Block a user