You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
# Template for Travis CI Testing of Nginx Configuration Files
3
3
## Written by Mitchell Krog - https://github.com/mitchellkrogza
4
4
5
-
This is a basic template for getting Travis CI's container based infrastructure to install a stable version of Nginx including Nginx-Extras and to test any scenario of Nginx.conf files and customization scripts you have written.
5
+
This is a basic template for getting Travis CI's container based infrastructure to install a stable version of Nginx including Nginx-Extras and to test any scenario of Nginx.conf files and customization scripts you have written.
6
+
7
+
I actually use this a test playground for my Nginx Bad Bot Blocker - https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker so it's always changing but it will give you the basics of how to properly install Nginx on Travis.
8
+
9
+
My previous commits to this repository used incorrect (but working) methods of installing nginx you will see now that the .travis.yml has a simple command to install nginx-full this is is the correct way to properly have Travis CI install nginx not by adding repo's and manually installing it anymore as it was before.
0 commit comments