* Fixing dns for good as well the nginx configurations
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# This file pertains to the Gitea service which is served under the FQDN:
|
||||
# git.leftcoast.local
|
||||
# git.lablad
|
||||
# The default port is listed under /vars/main.yml as 3000 as GITEA_PUB_PORT
|
||||
|
||||
server {
|
||||
server_name git.leftcoast.local;
|
||||
server_name git.lablad;
|
||||
location / {
|
||||
proxy_pass http://localhost:3000;
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user