*! Finalized nginx config deployment for gitea
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
# 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;
|
||||
location / {
|
||||
proxy_pass http://localhost:3000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user