Update server.md (#23263)

pull/23266/head
heartcut 2021-09-10 06:14:02 -05:00 committed by GitHub
parent b6ad0a704c
commit d7b5cc3d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ http {
server {
listen 80;
server_name example.com *.example.com
server_name example.com *.example.com;
location / {
proxy_pass http://localhost:5000;
proxy_http_version 1.1;