Reload nginx trong docker
Cua
A. TRONG DOCKER
Cần vào docker trước https://xn--cc-5ja.vn/cua/h%E1%BB%8Dc/docker/v%C3%A0o-docker-docker-exec-it-php74-binsh
nginx -s reload
Hoặc
nginx -s restart
B. NGINX KHÔNG TRONG DOCKER
Không chạy nginx trong docker
systemctl reload nginx
Hoặc
systemctl restart nginx