This commit is contained in:
Narayana 2023-03-08 15:58:15 +05:30
parent eeee81b9eb
commit 058328d692
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:1.21-alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/nginx.conf
COPY nginx.conf /etc/nginx/nginx.conf

View File

@ -1,8 +1,6 @@
events { }
worker_processes 1;
error_log /var/log/nginx/error.log;
server_tokens off;