mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
password auth for webui
This commit is contained in:
@@ -50,6 +50,9 @@ http {
|
||||
|
||||
#PROD add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
|
||||
|
||||
#PROD auth_basic "Restricted Area";
|
||||
#PROD auth_basic_user_file /etc/nginx/htpasswd;
|
||||
|
||||
location / {
|
||||
root /usr/share/kvmd/web;
|
||||
index index.html;
|
||||
|
||||
Reference in New Issue
Block a user