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 1
1
language : php
2
2
env :
3
3
global :
4
- # - WEB_PORT_80_TCP_ADDR=localhost
4
+ - WEB_PORT_80_TCP_ADDR=localhost
5
5
- secure : p2TLxrOfl7xFRhur6Lga5GWxrOr+/+msF3VGqDkNYFTGiGhEWIFel+oaYjcsQL4VQGVpYiIEbMTqXlTWT7cMpUcong0XqWM9C8uMIspy74lvCy/+ypPGwYgs8DyHUbPyF89sWjKPKr6ivlXxWR93RgCdjwa4QanHENUt9pRbJAQX7Zy1Fu7sCpkeu4lgo0zJyFcaxvcQZsknmkLSE6sFG2CGd0JtC1UZstfvzwlBLR6UrNsTLFzzUY3DezZbjraXqbkMXMnEibLgHiPWgL2fBGZkvOZFdc6g61oPEM9CRHuLj3HngCnF86E5S3kHP8iZuO4S6uAjWqZ4LL5mhiAVN3lb3erAC7hXAhr2g13RNI8PDUvaZd53/S580jzxRffWb7LPuitYLI/pRqD3pNAltiRUJaq2BTcW6YCR5PUPStLrkE0HDTB7++i+r4fgukdLp9KtIEejIK6eI8s/z1pwV3dlYg1bJl8h2eA6ATvOz20x8lh0gbfcDYZekMJCdo8Wt9XKluYp24cTwE7wZucYLpMBqT7EddpdbkckTpntRuBjMqJamwlX2sDtWvyjd2AG+v18uZHZbNTjRFbYQioskvJ8L4sYMtJOek8aPiB0iU3J80mtWdy3CXEDvE+xSsNeQq3A3y2lK5IW+yObZFiUbClm6JHeq6dopH3HC2A1c+g=
6
6
7
7
matrix :
@@ -26,11 +26,11 @@ install:
26
26
- sudo apt-get install -y --force-yes nginx-extras
27
27
# - travis-ci/install-nginx2.sh
28
28
script :
29
+ - travis-ci/install-nginx2.sh
29
30
# - sudo nginx -t &> /dev/stdout
30
31
# - curl -vsf 'http://localhost:8080/nginx.php' &> /dev/stdout
31
32
# - curl -A "googlebot" http://localhost:8080/nginx.php &> /dev/stdout
32
33
# - cat /tmp/error.log
33
- - travis-ci/install-nginx2.sh
34
34
before_deploy :
35
35
-
git config --global user.email "[email protected] "
36
36
- git config --global user.name "Travis CI"
Original file line number Diff line number Diff line change 1
1
server {
2
2
# SSL configuration
3
3
#
4
- listen * :80;
4
+ listen 127.0.0.1 :80;
5
5
6
6
root /var/www/html;
7
7
server_name localhost;
You can’t perform that action at this time.
0 commit comments