testenv https redirect

This commit is contained in:
Maxim Devaev
2021-11-12 06:22:45 +03:00
parent eb95257c60
commit 9c56f94332
3 changed files with 2 additions and 10 deletions

View File

@@ -1,8 +0,0 @@
server {
listen 443 ssl http2;
server_name localhost;
include /etc/kvmd/nginx/ssl.conf;
include /etc/kvmd/nginx/kvmd.ctx-server.conf;
include /usr/share/kvmd/extras/*/nginx.ctx-server.conf;
}
}

View File

@@ -0,0 +1 @@
return 301 https://$host:4430$request_uri;