rice/docker-host/setup/files/git.leftcoast.local
2022-01-23 19:16:23 -08:00

9 lines
246 B
Plaintext

# This file pertains to the Gitea service which is served under the FQDN:
# git.leftcoast.local
# The default port is listed under /vars/main.yml as 3000 as GITEA_PUB_PORT
server {
proxy_pass localhost:3000;
server_name git.leftcoast.local;
}