mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-28 02:52:42 +00:00
dfa7025afe
Signed-off-by: Xe Iaso <me@xeiaso.net>
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;
|
|
}
|
|
} |