Skip to content

Commit

Permalink
fix: use codedays.qiwihui.com
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwihui committed Mar 17, 2021
1 parent 18077eb commit f9c629c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cad_server/cad_server/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"model": "sites.site",
"pk": 1,
"fields": {
"domain": "codedays.app",
"name": "codedays.app"
"domain": "codedays.qiwihui.com",
"name": "codedays.qiwihui.com"
}
}
]
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ services:
restart: always
image: nginx:latest
environment:
VIRTUAL_HOST: codedays.app
LETSENCRYPT_HOST: codedays.app
VIRTUAL_HOST: codedays.qiwihui.com
LETSENCRYPT_HOST: codedays.qiwihui.com
LETSENCRYPT_EMAIL: [email protected]
ports:
- "80"
Expand Down
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ upstream cad_server {

server {
listen 80;
server_name codedays.app;
server_name codedays.qiwihui.com;

charset utf-8;
gzip on;
Expand Down

0 comments on commit f9c629c

Please sign in to comment.