2024-10-28 18:57:41 +08:00

11 lines
166 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
cp /benchmark/nginx/nginx.conf /usr/local/nginx/conf/
echo "Running nginx server"
/usr/local/nginx/sbin/nginx