Change domain name

This commit is contained in:
Khue Doan 2020-06-23 15:56:00 +07:00
parent bf842aee9c
commit 30ebcd1eb5

View File

@ -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;