2022-01-24 03:16:23 +00:00
|
|
|
# This file pertains to the Gitea service which is served under the FQDN:
|
2022-02-14 01:16:30 +00:00
|
|
|
# git.lablad
|
2022-01-24 03:16:23 +00:00
|
|
|
# The default port is listed under /vars/main.yml as 3000 as GITEA_PUB_PORT
|
|
|
|
|
|
|
|
server {
|
2022-02-14 01:16:30 +00:00
|
|
|
server_name git.lablad;
|
2022-01-24 20:05:44 +00:00
|
|
|
location / {
|
2022-02-14 01:16:30 +00:00
|
|
|
proxy_pass http://127.0.0.1:3000;
|
2022-01-24 20:05:44 +00:00
|
|
|
}
|
2022-01-24 03:16:23 +00:00
|
|
|
}
|