IU
Size: a a a
IU
PK
A
S
S
GB
location / {
auth_basic "Restricted Content";
auth_basic_user_file /etc/nginx/.htpasswd;
include proxy_params;
proxy_pass http://unix:/home/
user1/app/app.sock;
}
location /telebot/ {
auth_basic off;
}
GG
location / {
auth_basic "Restricted Content";
auth_basic_user_file /etc/nginx/.htpasswd;
include proxy_params;
proxy_pass http://unix:/home/
user1/app/app.sock;
}
location /telebot/ {
auth_basic off;
}
GG