forked from github/plane
.
This commit is contained in:
parent
eeee81b9eb
commit
058328d692
@ -1,4 +1,4 @@
|
|||||||
FROM nginx:1.21-alpine
|
FROM nginx:1.21-alpine
|
||||||
|
|
||||||
RUN rm /etc/nginx/conf.d/default.conf
|
RUN rm /etc/nginx/conf.d/default.conf
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
@ -1,8 +1,6 @@
|
|||||||
events { }
|
events { }
|
||||||
|
|
||||||
|
|
||||||
worker_processes 1;
|
|
||||||
|
|
||||||
|
|
||||||
error_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error.log;
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
Loading…
Reference in New Issue
Block a user