added nginx stub status
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 49s Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (Root User) (push) Successful in 13s 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:20:51 +07:00
parent f3421d323c
commit 96353a0ad0
1 changed files with 6 additions and 0 deletions

View File

@ -15,4 +15,10 @@ server {
location ~* .(jpg|jpeg|png|gif|ico|css|js)$ { location ~* .(jpg|jpeg|png|gif|ico|css|js)$ {
expires 30d; expires 30d;
} }
location /nginx-status {
stub_status on;
allow 127.0.0.1;
deny all;
}
} }