mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
Merge pull request #29 from fblaese/ipv6
Make kvmd webui available via IPv6
This commit is contained in:
commit
c2d9e21d37
@ -38,12 +38,14 @@ http {
|
||||
|
||||
#PROD server {
|
||||
#PROD listen 80;
|
||||
#PROD listen [::]:80;
|
||||
#PROD server_name localhost;
|
||||
#PROD return 301 https://$host$request_uri;
|
||||
#PROD }
|
||||
|
||||
server {
|
||||
#PROD listen 443 ssl http2;
|
||||
#PROD listen [::]:443 ssl http2;
|
||||
server_name localhost;
|
||||
#PROD include /etc/kvmd/nginx/ssl.conf;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user