We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954f09d commit 8696bcdCopy full SHA for 8696bcd
app/ch15_deploy/final/server/pypi.nginx
@@ -1,6 +1,6 @@
1
server {
2
listen 80;
3
- server_name fake_pypi.com;
+ server_name fake_pypi.com fakepypi.talkpython.com;
4
server_tokens off;
5
charset utf-8;
6
client_max_body_size 150M;
0 commit comments