mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
kvmd-nginx-mkconf: Render nginx config with kvmd settings
This commit is contained in:
@@ -57,6 +57,7 @@ RUN pacman --noconfirm --ask=4 -Syy \
|
||||
python-pam \
|
||||
python-pillow \
|
||||
python-xlib \
|
||||
python-mako \
|
||||
libxkbcommon \
|
||||
python-hidapi \
|
||||
python-ldap \
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
location / {
|
||||
return 301 https://$host:4430$request_uri;
|
||||
}
|
||||
@@ -160,6 +160,12 @@ otgnet:
|
||||
pre_stop_cmd:
|
||||
- "/bin/true"
|
||||
|
||||
nginx:
|
||||
http:
|
||||
port: 8080
|
||||
https:
|
||||
port: 4430
|
||||
|
||||
janus:
|
||||
cmd:
|
||||
- "/bin/true"
|
||||
|
||||
@@ -56,6 +56,12 @@ otgnet:
|
||||
pre_stop_cmd:
|
||||
- "/bin/true"
|
||||
|
||||
nginx:
|
||||
http:
|
||||
port: 8080
|
||||
https:
|
||||
port: 4430
|
||||
|
||||
janus:
|
||||
cmd:
|
||||
- "/bin/true"
|
||||
|
||||
Reference in New Issue
Block a user