Fix inconsistent spacing

Makes mass find/replace easier
This commit is contained in:
Eric Nemchik 2023-02-10 21:23:26 -06:00
parent bb1bd841d1
commit 99aa593b2d
10 changed files with 12 additions and 11 deletions

View file

@ -24,7 +24,7 @@ server {
#include /config/nginx/authentik-server.conf;
location / {
#enable the next two lines for http auth
# enable the next two lines for http auth
#auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd;