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
+2 -2
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;