Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-li committed Jul 3, 2023
2 parents 70138ba + 0385884 commit ea661b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/ansible/wsgi_conf_ssl.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ WSGIPassAuthorization On
ErrorLog /var/log/httpd/{{ wsgi_conf_log_prefix }}.error.log
CustomLog /var/log/httpd/{{ wsgi_conf_log_prefix }}.custom.log combined

{% if ip_range_with_api_access | bool %}
{% if ip_range_with_api_access %}
<LocationMatch /(api(/|$))>
Require ip {{ ip_range_with_api_access }}
</LocationMatch>
Expand Down

0 comments on commit ea661b3

Please sign in to comment.