Updated rootless nginx configuration
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (root user) (push) Successful in 2m1s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (rootless) (push) Successful in 1m8s
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 17s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (root user) (push) Successful in 2m1s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (rootless) (push) Successful in 1m8s
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 17s
Details
This commit is contained in:
parent
26b7057e42
commit
6bf314f188
|
@ -22,7 +22,7 @@ Commercial support is available at
|
||||||
<a href="http://nginx.com/">nginx.com</a>.</p>
|
<a href="http://nginx.com/">nginx.com</a>.</p>
|
||||||
|
|
||||||
<p>For online documentation specific to the aprimediet/nginx,<br/>
|
<p>For online documentation specific to the aprimediet/nginx,<br/>
|
||||||
please refer to <a href="https://github.com/aprimediet/docker-nginx">aprimediet/docker-nginx</a>.</p>
|
please refer to <a href="https://github.com/aprimediet/docker-nginx">aprimediet/nginx</a>.</p>
|
||||||
|
|
||||||
<p><em>Thank you for using nginx.</em></p>
|
<p><em>Thank you for using nginx.</em></p>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -8,7 +8,7 @@ worker_rlimit_nofile 100000;
|
||||||
|
|
||||||
# Set log to stderr
|
# Set log to stderr
|
||||||
error_log stderr warn;
|
error_log stderr warn;
|
||||||
pid /var/run/nginx.pid;
|
pid /tmp/nginx.pid;
|
||||||
|
|
||||||
include /etc/nginx/modules/*.conf;
|
include /etc/nginx/modules/*.conf;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue