mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Change domain name
This commit is contained in:
parent
bf842aee9c
commit
30ebcd1eb5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user