mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
Change domain name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
server_name khuedoan.com;
|
||||
|
||||
location / {
|
||||
proxy_pass http://index:8000;
|
||||
@@ -11,7 +11,7 @@ server {
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name git.localhost;
|
||||
server_name git.khuedoan.com;
|
||||
|
||||
location / {
|
||||
proxy_pass http://gitea:3000;
|
||||
|
||||
Reference in New Issue
Block a user