Skip to content

Commit

Permalink
change default_ssl's comment from jp to en
Browse files Browse the repository at this point in the history
  • Loading branch information
luvwinnie committed Mar 22, 2021
1 parent fb314ac commit 6b52bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/default_ssl.conf
Expand Up @@ -38,7 +38,7 @@ server {
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host; #:$server_port;
auth_basic "Restricted"; # 認証時に表示されるメッセージ
auth_basic_user_file /etc/nginx/.htpasswd; # .htpasswdファイルのパス
auth_basic "Restricted"; # message to show when authentication error
auth_basic_user_file /etc/nginx/.htpasswd; # .htpasswd path
}
}

0 comments on commit 6b52bb9

Please sign in to comment.