match test conf port with command line flag

This commit is contained in:
Erica Portnoy 2018-01-11 15:13:57 -08:00
parent cfe5854aa3
commit b4401d8086

View file

@ -49,9 +49,9 @@ http {
server {
# IPv4.
listen 8081;
listen 5002;
# IPv6.
listen [::]:8081 default ipv6only=on;
listen [::]:5002 default ipv6only=on;
server_name nginx.wtf nginx2.wtf;
root $root/webroot;