commit
28500a7698
3 changed files with 14 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||||
|
FROM nginxinc/nginx-unprivileged:1.23.2-alpine-slim |
||||||
|
|
||||||
|
COPY conf.d/* /etc/nginx/conf.d/ |
@ -0,0 +1,9 @@ |
|||||||
|
# nginx-unprivileged |
||||||
|
|
||||||
|
A wrapper around nginx-unprivileged to modify the config |
||||||
|
|
||||||
|
## How to Run |
||||||
|
|
||||||
|
``` |
||||||
|
sudo docker run -p 8080:8080 jerryaldrichiii/nginx-unprivileged:latest |
||||||
|
``` |
@ -0,0 +1,2 @@ |
|||||||
|
# Turn off showing server versions |
||||||
|
server_tokens off; |
Loading…
Reference in new issue