vi
/etc/nginx/sites-available/default
server {}
加上底下這幾行,使用者造訪網站就需要輸入密碼了
server {
server_name seo.adj.com.tw;
root /home/seo/;
index index.php index.html index.htm;# nginx Authentication configuration
auth_basic "ADJ Data!!!";
auth_basic_user_file /home/seo/.info;
deny all;
allow 127.0.0.1;
satisfy any;
}
歡迎光臨 ADJ網路實驗室 (http://dz.adj.idv.tw/) | Powered by Discuz! 6.0.0 |