From dff1aa8f687c52412f66277d32f7fd786cce6fa0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 26 Oct 2022 19:21:31 +0900 Subject: add docker conf --- nginx.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nginx.conf (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf new file mode 100644 index 0000000..12fcd32 --- /dev/null +++ b/nginx.conf @@ -0,0 +1,10 @@ +server { + listen 80 default; + listen [::]:80; + + location / { + root /public; + } + + error_page 404 /404.html; +} -- cgit v1.2.3-70-g09d2