annotate host/stop_nginx.sh @ 2130:aaf2795f4ed8

more doc on nginx install
author Violet7
date Fri, 16 Jan 2026 15:59:00 -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;