File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,3 @@ GROUP_NAME=www-data
1010# Yii2 environment settings
1111YII_DEBUG = true
1212YII_ENV = dev
13-
14- # HTTP/3 optimization settings
15- # UDP buffer size for better HTTP/3 performance
16- # Used in docker-compose.production.yml for high-load scenarios
17- # Default: 7168000 (7MB) - eliminates the "failed to increase buffer" warning
18- UDP_BUFFER_SIZE = 7168000
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ services:
2121 - ' 8444:443'
2222 - ' 8444:443/udp'
2323 restart : always
24- sysctls :
25- - net.core.rmem_max=${UDP_BUFFER_SIZE:-7168000}
26- - net.core.rmem_default=${UDP_BUFFER_SIZE:-7168000}
2724 volumes :
2825 - ./:/app
2926 - ${HOME}/.composer-docker/cache:/var/www/.composer/cache:delegated
You can’t perform that action at this time.
0 commit comments