mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
nginx hooks for future extensions
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ TESTENV_LOOP ?= /dev/loop7
|
||||
TESTENV_CMD ?= /bin/bash -c " \
|
||||
(socat PTY,link=$(TESTENV_HID) PTY,link=/dev/ttyS11 &) \
|
||||
&& rm -rf /etc/nginx/* \
|
||||
&& cp /configs/nginx/* /etc/nginx \
|
||||
&& cp -r /configs/nginx/* /etc/nginx \
|
||||
&& nginx -c /etc/nginx/nginx.conf \
|
||||
&& ln -s $(TESTENV_VIDEO) /dev/kvmd-streamer \
|
||||
&& (losetup -d /dev/kvmd-msd || true) \
|
||||
|
||||
Reference in New Issue
Block a user