dynamic client_max_body_size

This commit is contained in:
Szekeres Bálint
2018-01-23 06:41:31 +01:00
parent 71ad4fb493
commit f02d936657
4 changed files with 16 additions and 2 deletions

View File

@@ -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;

View File

@@ -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,