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
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:
parent
f3421d323c
commit
96353a0ad0
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue