Change integration nginx port to 8081.

Ref https://github.com/letsencrypt/boulder/issues/482.
This commit is contained in:
Jakub Warmuz 2015-07-17 08:30:34 +00:00
parent 3d8ecabf09
commit 5a15af5abe
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -48,9 +48,9 @@ http {
server {
# IPv4.
listen 8080;
listen 8081;
# IPv6.
listen [::]:8080 default ipv6only=on;
listen [::]:8081 default ipv6only=on;
root $root/webroot;