From 27bf626f10a9f48a6cf0e24180af7c03991f66fc Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 27 Sep 2022 15:43:32 +0200 Subject: Add Dockerfile --- 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..6cd380c --- /dev/null +++ b/nginx.conf @@ -0,0 +1,10 @@ +server { + listen 80; + server_name _ default_server; + + root /usr/share/nginx/html; + + location / { + try_files $uri $uri/ /index.html; + } +} -- cgit v1.2.3-18-g5258