Skip to content

Commit

Permalink
Merge pull request #299 from Nordix/fix-indentation-ironic/feruz
Browse files Browse the repository at this point in the history
Fix indentation issue
  • Loading branch information
metal3-io-bot authored Sep 17, 2021
2 parents 237fe95 + 81741c9 commit b2763d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ironic-config/apache2-ironic-api.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ Listen 6385
AllowOverride None

{% if "HTTP_BASIC_HTPASSWD" in env and env.HTTP_BASIC_HTPASSWD | length %}
AuthType Basic
AuthName "Restricted WSGI area"
AuthUserFile "/etc/ironic/htpasswd"
Require valid-user
AuthType Basic
AuthName "Restricted WSGI area"
AuthUserFile "/etc/ironic/htpasswd"
Require valid-user
{% else %}
Require all granted
Require all granted
{% endif %}
</Directory>
</VirtualHost>

0 comments on commit b2763d3

Please sign in to comment.