comparison host/start_nginx.sh @ 2145:2b498e7f6d9e nginx_decoupled tip

test; ignore
author Violet7
date Mon, 19 Jan 2026 22:25:37 -0800
parents 3ca8f933209d
children
comparison
equal deleted inserted replaced
2144:1a265803588a 2145:2b498e7f6d9e
1 #!/bin/bash 1 #!/bin/bash
2
3 set -e 2 set -e
4 . nginx_common.sh 3 . nginx_common.sh
5 4
6 sudo nginx -c $NGINX_ROOT_CONFIG_FILE -t 5 sudo nginx -c $NGINX_ROOT_CONFIG_FILE -t
7 sudo nginx -c $NGINX_ROOT_CONFIG_FILE 6 sudo nginx -c $NGINX_ROOT_CONFIG_FILE