File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 margin : 80px auto 0 ;
2525 padding-top : 110px ;
2626 }
27-
27+
2828 H1 , H2 ,
2929 .cferror_title {
3030 margin : 20px 0 ;
Original file line number Diff line number Diff line change 11https://learn.javascript.ru/cloudflare/basic-security.html
22https://learn.javascript.ru/cloudflare/advanced-security.html
33https://learn.javascript.ru/cloudflare/country-challenge.html
4- https://learn.javascript.ru/cloudflare/ip-or-ip-range-block.htm
4+ https://learn.javascript.ru/cloudflare/ip-or-ip-range-block.html
55https://learn.javascript.ru/cloudflare/im-under-attack-mode.html
66https://learn.javascript.ru/cloudflare/5xx-errors.html
77https://learn.javascript.ru/cloudflare/10xx-errors.html
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ sudo apt-get install nginx
104104sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
105105echo ' deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
106106sudo apt-get update
107- sudo apt-get install -y mongodb-org
107+ sudo apt-get install -y mongodb-org=2.6.8 mongodb-org-server=2.6.8 mongodb-org-shell=2.6.8 mongodb-org-mongos=2.6.8 mongodb-org-tools=2.6.8
108108sudo /etc/init.d/mongodb restart
109109
110110npm install
You can’t perform that action at this time.
0 commit comments