From fbd4f2129ce8fe106391302896dd86e05b2f331b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Dec 2025 04:08:22 +0900 Subject: add files --- 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..a6ff388 --- /dev/null +++ b/nginx.conf @@ -0,0 +1,10 @@ +server { + listen 80 default; + listen [::]:80; + + charset UTF-8; + + location /phperkaigi/2024/golf/ { + alias /archive/; + } +} -- cgit v1.2.3-70-g09d2