urloli/srv/linux/etc/nginx/sites-enabled/urloli-dark.conf

14 行
160 B
Plaintext
Raw 通常表示 履歴

2023-02-20 12:19:31 +09:00
server {
server_name urlo.li;
access_log off;
error_log off;
location / {
proxy_pass http://localhost:9910;
}
listen 80;
listen [::]:80;
}