server { listen 8074 http2; listen [::]:8075 http2; #It is possible to enable another port for pure HTTP11: #listen 8073; #listen [::]:8073; server_name localhost; location / { proxy_pass http://localhost:8000/; } }