annotate host/stop_nginx.sh @ 2135:e94d10d071e4 default tip

change sed command to not conflict with hghost
author Violet7
date Fri, 16 Jan 2026 18:15:14 -0800
parents 6a2383baecb6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1637
a65802b06b01 add nginx scripts
fffilimonov
parents:
diff changeset
1 #!/bin/bash
a65802b06b01 add nginx scripts
fffilimonov
parents:
diff changeset
2
2129
6a2383baecb6 integrate into system nginx
Violet7
parents: 2050
diff changeset
3 sudo nginx -s stop;