mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-23 07:56:08 +00:00
5 lines
93 B
ApacheConf
5 lines
93 B
ApacheConf
|
|
AuthType Basic
|
||
|
|
AuthName "Restricted Area"
|
||
|
|
AuthUserFile /etc/usernames.txt
|
||
|
|
Require valid-user
|