Search found 2 matches
- Sat Sep 07, 2019 8:26 pm
- Forum: Debian/Ubuntu
- Topic: vestacp for debian buster 10
- Replies: 5
- Views: 13812
Re: vestacp for debian buster 10
I hacked the installer scripts and made some headway. But unfortunately the vesta php binary is linked to libcurl3 and that's not provided in an acceptable way by buster, and I expect there are probably more problems beyond that, so some recompilation will be necessary to make it work on debian 10. ...
- Fri Nov 24, 2017 11:37 pm
- Forum: Web Server
- Topic: How to avoid redirecting letsencrypt requests to https with nginx
- Replies: 0
- Views: 2469
How to avoid redirecting letsencrypt requests to https with nginx
Using nginx + php5-fpm and letsencrypt. My goal is to have all sites redirect everything to https except for the .well-known directory for letsencrypt renewals of certificates. The problem is (1) I can't seem to find the right magic formula for only redirecting stuff other than what's under .well-kn...