Updated stub status to allow all
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (root user) (push) Successful in 41s Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (rootless) (push) Successful in 50s Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (Root User) (push) Successful in 14s Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 14s Details

This commit is contained in:
Aditya Prima 2024-09-12 01:22:55 +07:00
parent 96353a0ad0
commit 05d1220a9c
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ server {
location /nginx-status {
stub_status on;
allow 127.0.0.1;
deny all;
allow all;
}
}