aboutsummaryrefslogtreecommitdiffhomepage
path: root/nginx.conf
blob: a6ff388e9194247ca015e763d8122fe2a16e9f24 (plain)
1
2
3
4
5
6
7
8
9
10
server {
    listen 80 default;
    listen [::]:80;

    charset UTF-8;

    location /phperkaigi/2024/golf/ {
        alias /archive/;
    }
}