mise au point config apache, y compris certificats
This commit is contained in:
10
templates/apache-shared-api-acl.conf
Normal file
10
templates/apache-shared-api-acl.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
#grant all access to /api
|
||||
# restrict access to /api/patrons to localhost only
|
||||
|
||||
<Location /api>
|
||||
require all granted
|
||||
</Location>
|
||||
|
||||
<LocationMatch /api/v1/patrons>
|
||||
require local
|
||||
</LocationMatch>
|
||||
Reference in New Issue
Block a user