@PitaJ said in Password protect access to forum:
Share your nginx config please
@PitaJ The relevant part of my nginx config looks like this:
location / {
auth_basic "What is essential is invisible to the eye";
auth_basic_user_file /etc/apache2/.htpasswd;