Skip to content

Commit e0be629

Browse files
chore(deps-dev): bump pestphp/pest from 2.33.6 to 2.34.8 (#2230)
* chore(deps-dev): bump pestphp/pest from 2.33.6 to 2.34.8 Bumps [pestphp/pest](https://github.com/pestphp/pest) from 2.33.6 to 2.34.8. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/2.x/RELEASE.md) - [Commits](pestphp/pest@v2.33.6...v2.34.8) --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build: fixed healthcheck for meilisearch * build: 🐛 removed IP restrictions for local nginx status healthcheck --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Roman <[email protected]>
1 parent f0bb4a4 commit e0be629

File tree

3 files changed

+791
-2433
lines changed

3 files changed

+791
-2433
lines changed

.local-deploy/accessibility-app/etc/nginx/nginx.conf

+5-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ http {
3333

3434
location /nginx_status {
3535
stub_status on;
36-
allow 127.0.0.1;
37-
allow 10.0.0.0/8;
38-
allow 172.0.0.0/8;
39-
deny all;
36+
# don't need ip restrictions for local testing
37+
# allow 127.0.0.1;
38+
# allow 10.0.0.0/8;
39+
# allow 172.0.0.0/8;
40+
# deny all;
4041
}
4142

4243
include /etc/nginx/includes/laravel.conf;

0 commit comments

Comments
 (0)