Search found 6 matches
- Fri Feb 05, 2016 1:39 am
- Forum: Web Server
- Topic: HTTP/2
- Replies: 14
- Views: 18484
Re: HTTP/2
baijianpeng wrote:Not yet. I am afraid to break something. Is it safe to run this command right now?lordcris wrote: dud you run
?Code: Select all
yum update
Thank you.
Code: Select all
yum update nginx
- Thu Feb 04, 2016 11:48 pm
- Forum: Web Server
- Topic: HTTP/2
- Replies: 14
- Views: 18484
Re: HTTP/2
For Centos 7 put in /etc/yum.repos.d/nginx.repo the following: name=nginx repo baseurl=http://nginx.org/packages/mainline/centos/7/$basearch/ gpgcheck=0 enabled=1 that's it! hi @lordcris, I checked my nginx.repo file, the conent is exactly what you mentioned. But my nginx version is 1.8.5, not 1.9....
- Tue Dec 22, 2015 7:47 am
- Forum: 3rd Party Software
- Topic: Letsencrypt automatic script
- Replies: 17
- Views: 49474
Re: Letsencrypt automatic script
do you have bash installed?
try and run
p.s. I've updated the script so it's compatible with other shell interpreters. try now.
try and run
Code: Select all
bash update.sh
- Mon Dec 14, 2015 11:21 pm
- Forum: 3rd Party Software
- Topic: Letsencrypt automatic script
- Replies: 17
- Views: 49474
Letsencrypt automatic script
Hello, I've written a simple script to install and renew letsencrypt certificates. I'm assuming you are using nginx as a proxy or web server. The script will try and generate a certificate for every domain of every user. Here is how to use it. 1) Install git 2)Clone letsencrypt repository (I'm assum...
- Sun Dec 13, 2015 12:31 pm
- Forum: RHEL/CentOS
- Topic: Centos 7 + Fail2ban problem
- Replies: 15
- Views: 19554
Re: Centos 7 + Fail2ban problem
On Centos 7 I had to install the package fail2ban-systemd
then I followed these steps:
https://vestacp.com/docs/#how-to-instal ... hel-centos
and everything worked fine after that.
then I followed these steps:
https://vestacp.com/docs/#how-to-instal ... hel-centos
and everything worked fine after that.
- Mon Dec 07, 2015 2:09 pm
- Forum: Web Server
- Topic: HTTP/2
- Replies: 14
- Views: 18484
Re: HTTP/2
For Centos 7
put in
/etc/yum.repos.d/nginx.repo
the following:
that's it!
put in
/etc/yum.repos.d/nginx.repo
the following:
Code: Select all
name=nginx repo
baseurl=http://nginx.org/packages/mainline/centos/7/$basearch/
gpgcheck=0
enabled=1