nginx staging auth
This commit is contained in:
parent
d8adff0203
commit
c9abbf61cf
@ -15,6 +15,9 @@ map $http_upgrade $connection_upgrade {
|
||||
server {
|
||||
server_name sixtysix.pro;
|
||||
|
||||
auth_basic "who dis";
|
||||
auth_basic_user_file /etc/mnml/htpasswd.users;
|
||||
|
||||
location / {
|
||||
root /var/lib/mnml/public/current;
|
||||
index index.html;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user