Use fixed nginx tag & remove wrong error_log directive
This commit is contained in:
parent
cdeeab365f
commit
a0c87bd7bf
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM nginx:alpine
|
FROM nginx:1.19.0-alpine
|
||||||
|
|
||||||
COPY ./public/ /usr/share/nginx/html/
|
COPY ./public/ /usr/share/nginx/html/
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ server {
|
||||||
server_name saibotk.de;
|
server_name saibotk.de;
|
||||||
|
|
||||||
access_log off;
|
access_log off;
|
||||||
error_log off;
|
|
||||||
|
|
||||||
expires $expires;
|
expires $expires;
|
||||||
charset UTF-8;
|
charset UTF-8;
|
||||||
|
|
Loading…
Add table
Reference in a new issue