annotate host/stop_nginx.sh @ 2132:44f47df52976

fix
author Violet7
date Fri, 16 Jan 2026 16:56:38 -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;