Optional password protection for the web server
This commit is contained in:
parent
3bc37857bb
commit
3b034dd6e5
9 changed files with 103 additions and 32 deletions
|
@ -71,7 +71,7 @@ server {
|
|||
client_max_body_size 5M;
|
||||
|
||||
location / {
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains" always;
|
||||
proxy_pass http://127.0.0.1:6693;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue