Skip to content

Commit

Permalink
PGOV-400: Fixing directory structure of httpd config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrienne committed Feb 4, 2025
1 parent 4c5b064 commit 9fa8884
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 204 deletions.
6 changes: 5 additions & 1 deletion .bp-config/httpd/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ RequestHeader unset Proxy early
AuthType Basic
AuthName "Dev site"
AuthUserFile "/home/vcap/app/apache2/.htpasswd"
Require user admin
<LimitExcept POST>
Require ip 10.10.2
Require host localhost:3000
Require valid-user
</LimitExcept>
</Directory>
Loading

0 comments on commit 9fa8884

Please sign in to comment.