mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 11:08:48 +00:00
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
server {
|
|
listen 80;
|
|
listen [::]:80;
|
|
server_name nginx.local.cetacean.club;
|
|
|
|
location / {
|
|
proxy_pass http://anubis:3000;
|
|
include snippets/proxy_params;
|
|
}
|
|
} |