2025-01-01 10:43:14 +08:00

11 lines
212 B
Bash

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