File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11language : php
22env :
33 global :
4- # - WEB_PORT_80_TCP_ADDR=localhost
4+ - WEB_PORT_80_TCP_ADDR=localhost
55 - secure : p2TLxrOfl7xFRhur6Lga5GWxrOr+/+msF3VGqDkNYFTGiGhEWIFel+oaYjcsQL4VQGVpYiIEbMTqXlTWT7cMpUcong0XqWM9C8uMIspy74lvCy/+ypPGwYgs8DyHUbPyF89sWjKPKr6ivlXxWR93RgCdjwa4QanHENUt9pRbJAQX7Zy1Fu7sCpkeu4lgo0zJyFcaxvcQZsknmkLSE6sFG2CGd0JtC1UZstfvzwlBLR6UrNsTLFzzUY3DezZbjraXqbkMXMnEibLgHiPWgL2fBGZkvOZFdc6g61oPEM9CRHuLj3HngCnF86E5S3kHP8iZuO4S6uAjWqZ4LL5mhiAVN3lb3erAC7hXAhr2g13RNI8PDUvaZd53/S580jzxRffWb7LPuitYLI/pRqD3pNAltiRUJaq2BTcW6YCR5PUPStLrkE0HDTB7++i+r4fgukdLp9KtIEejIK6eI8s/z1pwV3dlYg1bJl8h2eA6ATvOz20x8lh0gbfcDYZekMJCdo8Wt9XKluYp24cTwE7wZucYLpMBqT7EddpdbkckTpntRuBjMqJamwlX2sDtWvyjd2AG+v18uZHZbNTjRFbYQioskvJ8L4sYMtJOek8aPiB0iU3J80mtWdy3CXEDvE+xSsNeQq3A3y2lK5IW+yObZFiUbClm6JHeq6dopH3HC2A1c+g=
66
77matrix :
@@ -26,11 +26,11 @@ install:
2626 - sudo apt-get install -y --force-yes nginx-extras
2727 # - travis-ci/install-nginx2.sh
2828script :
29+ - travis-ci/install-nginx2.sh
2930 # - sudo nginx -t &> /dev/stdout
3031 # - curl -vsf 'http://localhost:8080/nginx.php' &> /dev/stdout
3132 # - curl -A "googlebot" http://localhost:8080/nginx.php &> /dev/stdout
3233 # - cat /tmp/error.log
33- - travis-ci/install-nginx2.sh
3434before_deploy :
3535- git config --global user.email "builds@travis-ci.com"
3636- git config --global user.name "Travis CI"
Original file line number Diff line number Diff line change 11server {
22 # SSL configuration
33 #
4- listen * :80 ;
4+ listen 127.0.0.1 :80;
55
66 root /var/www/html;
77 server_name localhost;
You can’t perform that action at this time.
0 commit comments