mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-09 23:08:33 +01:00
fix: long uris
This commit is contained in:
@@ -42,6 +42,9 @@ http {
|
|||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log;
|
||||||
error_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error.log;
|
||||||
|
|
||||||
|
client_header_buffer_size 5120k;
|
||||||
|
large_client_header_buffers 16 5120k;
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
|
|
||||||
proxy_cache_path /tmp/nginx.cache.d keys_zone=default_proxy_cache:10m;
|
proxy_cache_path /tmp/nginx.cache.d keys_zone=default_proxy_cache:10m;
|
||||||
|
|||||||
Reference in New Issue
Block a user