view host/stop_nginx.sh @ 1930:2b5eccebddd9

increase read timeout for sse
author fffilimonov
date Fri, 02 May 2025 14:20:56 +0300
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;