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 { server {
listen 80; listen 80;
listen [::]:80; listen [::]:80;
server_name localhost; server_name khuedoan.com;
location / { location / {
proxy_pass http://index:8000; proxy_pass http://index:8000;
@ -11,7 +11,7 @@ server {
server { server {
listen 80; listen 80;
listen [::]:80; listen [::]:80;
server_name git.localhost; server_name git.khuedoan.com;
location / { location / {
proxy_pass http://gitea:3000; proxy_pass http://gitea:3000;