comparison host/start_nginx.sh @ 2129:6a2383baecb6

integrate into system nginx
author Violet7
date Fri, 16 Jan 2026 15:30:49 -0800
parents a65802b06b01
children c3b4c19f2d8a
comparison
equal deleted inserted replaced
2128:cfe173c8e104 2129:6a2383baecb6
1 #!/bin/bash 1 #!/bin/bash
2 2
3 sudo $(which nginx) -c $(pwd)/local/nginx.conf; 3 sudo nginx;