mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 12:25:36 +08:00
dynamic client_max_body_size
This commit is contained in:
@@ -121,7 +121,7 @@ main .file .btn-clipboard {
|
||||
|
||||
main .file .clipboard-success {
|
||||
font-size: 0.8rem;
|
||||
color: #4BB543;
|
||||
color: #28a745;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -206,6 +206,10 @@ tooltip tip-tip._small {
|
||||
/*
|
||||
ADS
|
||||
*/
|
||||
.adsbygoogle-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.adsbygoogle-container .adsbygoogle {
|
||||
display: block;
|
||||
height: 600px;
|
||||
|
@@ -37,6 +37,7 @@
|
||||
pid: '/run/nginx.pid',
|
||||
access_log: '/var/log/nginx/access.log',
|
||||
error_log: '/var/log/nginx/error.log',
|
||||
client_max_body_size: 16,
|
||||
gzip: true,
|
||||
server_tokens: false,
|
||||
log_not_found: false,
|
||||
|
Reference in New Issue
Block a user