mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-16 08:46:48 +00:00
11 lines
166 B
Bash
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
|