如何爲特定文件啓用HTTP基本身份驗證的所有功能(除外)? 下面是我的位置,當前服務器塊配置: location/{
auth_basic "The password, you must enter.";
auth_basic_user_file /etc/nginx/htpasswd;
}
location /README {
auth_basic of
當我查詢這個URL http://mywebsite.com/foos/
Django的給我: Page not found (404)
Request Method: GET
Request URL: http://mywebsite.com/foos//
The current URL, , didn't match any of these.
錯誤: - 在請求URL就加我
我已經設置了我的nginx,但是現在我的虛擬主機上的每個* .php文件都返回500個內部服務器錯誤。 server {
listen tucnak.dev:80; ## listen for ipv4; this line is default and implied
root /home/tucnak/Web/Lab;
index index.php index.html;
ser