Merge "Security memcached: disable UDP" into stable/queens

This commit is contained in:
Zuul 2018-03-15 07:43:45 +00:00 committed by Gerrit Code Review
commit 3962af71de
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }}",
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }} -U 0",
"config_files": []
}