Skip to content

Commit 8696bcd

Browse files
committed
Add fakepypi.talkpython.com as a ___domain so we can setup let's encrypt.
1 parent 954f09d commit 8696bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ch15_deploy/final/server/pypi.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
22
listen 80;
3-
server_name fake_pypi.com;
3+
server_name fake_pypi.com fakepypi.talkpython.com;
44
server_tokens off;
55
charset utf-8;
66
client_max_body_size 150M;

0 commit comments

Comments
 (0)