2022-01-24 03:16:23 +00:00
|
|
|
# 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 {
|
|
|
|
server_name git.leftcoast.local;
|
2022-01-24 20:05:44 +00:00
|
|
|
location / {
|
|
|
|
proxy_pass http://localhost:3000;
|
|
|
|
}
|
2022-01-24 03:16:23 +00:00
|
|
|
}
|