Hello, On 08/04/2017 09:36 AM, Olaf van der Spek wrote: > I'm using letsencrypt and have multiple certs with a single name in them.. > If I had one cert with multiple names we'd not be having this problem. > Letsencrypt allows multiple domain names in the same certificate. As for nginx, it allows multiple certificate definitions if say you have both an ECDSA certificate and a RSA certby Jim Ohlstein - Nginx Mailing List - English
Hello, On 07/14/2017 10:39 AM, Viaduct Lists wrote: > >> On Jul 13, 2017, at 9:31 PM, lists@lazygranch.com wrote: >> >> However the nginx process is owned by www: >> 823 www 1 20 0 28552K 7060K kqread 0:01 0.00% nginx > > Sure the process is owned, and is called upon by nginx as the www user. The `nginx -t` report is being called by rich, witby Jim Ohlstein - Nginx Mailing List - English
Hello, On 06/21/2017 09:31 AM, rebaca wrote: > Hi > > I am trying to experiment with purging cache content in Nginx server. The > Nginx I have is a free version (Not Nginx Plus version). > > As per one of the document from Nginx website, in order to enable purging on > Nginx, I need to use the directive - proxy_cache_purge. > > But when I try to add this directive inby Jim Ohlstein - Nginx Mailing List - English
Hello, On 06/20/2017 06:17 AM, guruprasads wrote: > Hi all, > > I am trying to configure 3 virtual hosts for single server with same port, > but php is not working for all virtual hosts. > > My requirement is as below, > > IP:port-A/ > IP:port-A/local > IP:port-A/viewer > > These 3 virtual hosts i want to configure, only html contents are displaying > onby Jim Ohlstein - Nginx Mailing List - English
Hello, On 06/12/2017 09:36 AM, ST wrote: > Hello, > > I continue to move my configuration from Apache to nginx and now need to > convert following directives. Any hints? > > Thank you for all the previous help! > > 1. > > <IfModule mod_expires.c> > # set up max-age header directive for certain file types for proper > caching > ExpiresActive on >by Jim Ohlstein - Nginx Mailing List - English
On Mon, 2017-06-05 at 15:28 +0300, ST wrote: > Hello, > > I try to redirect http on port 8080 to https on port 8443 as follows, > but it doesn't seem to work. http redirects to https, but the port > remains the same - 8080. Why? > > Thank you! > > # redirect http to https > server { > listen 8080; > server_name n.example.com; > retuby Jim Ohlstein - Nginx Mailing List - English
On Sun, 2017-06-04 at 10:28 +0000, Dino Edwards wrote: > > > > You can't have server {} block outside http {} ( http://nginx.org/e > > n/docs/http/ngx_http_core_module.html#server ) > > > > So it has to be: > > > > http { > > server { > > // whatever goes here > > } > > } > > That can't be right, because before I usedby Jim Ohlstein - Nginx Mailing List - English
OK, assuming you are using a valid certificate from Letsencrypt, check '/etc/letsencrypt/live/' directory for other possible paths. If you have a valid certificate it should be in there. You might need to regenerate your certificates and reload nginx.by Jim Ohlstein - How to...
Something seems to be missing. Where are you defining 'ssl_certificate' and 'ssl_certificate_key'?by Jim Ohlstein - How to...
Each nginx request is handled by one and only one location. Since these requests match the location you've put, that's where they're handled. You'll need to set up two locations, once for that specific URI, and one for the others. See http://nginx.org/en/docs/http/ngx_http_core_module.html#location.by Jim Ohlstein - How to...
You'll need to show the config files.by Jim Ohlstein - How to...
Hello, On 3/27/17 4:28 PM, piroaa wrote: > Hi. > I have own cloud server with ssl client cert verification ssl_verify_client > set to on. How I can disable verification for location/index.php/s/ share > links ? > try setting ssl_verify_client to optional and use the built in variable "ssl_client_verify". Something like this (not tested): server { ... ssl_client_ceby Jim Ohlstein - Nginx Mailing List - English
Please contact me off-list. Jim Ohlstein > On Mar 17, 2017, at 5:02 AM, Jason In North Hollywood <nohojason@gmail.com> wrote: > > Hi, > > I absolutely can not sign up at the forum.nginx.org site. I've tried from many places, my work (a major company) - HK and USA, but no luck. Says I'm a spammer every time. > > Never had this problem before. > > Is the foruby Jim Ohlstein - Nginx Mailing List - English
It won't work if you use "ssl" in the listen directive and don't define an ssl certificate and key. You'll see something like this in the error log: "no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking" The surest way would be to create a custom error page. Or perhaps: server { listen 1.1.1.1:443 ssl; server_name abcby Jim Ohlstein - How to...
http://nginx.org/en/linux_packages.htmlby Jim Ohlstein - Nginx Mailing List - English
Hello, On 01/13/2017 04:42 PM, lacibaci wrote: > I have a location that I would like to protect: > > location /private { > satisfy any; > > allow 192.168.1.0/24; > deny all; > > auth_basic "Protected"; > auth_basic_user_file conf/htpasswd; > } > > This works for /private /private/ and /private/somefile.html > >by Jim Ohlstein - Nginx Mailing List - English
Hello, On 08/16/16 07:37, Lukas Tribus wrote: >> I use nginx 1.11.3 with nginx upload module.The problem is that Nginx upload >> module don't support HTTP/2 and thus when you upload you get 500 Internal >> Error. > > Use a dedicated subdomain, like upload.mywebsite.com. This will not work unless the subdomain is also on a different IP and http2 is not enabled on that IP.by Jim Ohlstein - Nginx Mailing List - English
I could. But I won't. These emails are posted to several websites. If you want them to stop appearing at those sites, stop sending them. I'd also suggest that you consult a psychiatrist and get back on your medication. Jim Ohlstein > On Jun 3, 2016, at 2:36 PM, Thaís Dauto <thaisdauto@hotmail.com> wrote: > > I want to remove my emails the internet . I do not want anything inby Jim Ohlstein - Nginx Mailing List - English
You're really pretty dense but I'll try. You're in the wrong place. There. That's it. We don't know why someone put information on THEIR website. Try figuring out who actually hosts it, and complain to them. We can't help you so please stop bothering us. Jim Ohlstein > On Jun 2, 2016, at 11:50 PM, Thaís Dauto <thaisdauto@hotmail.com> wrote: > > > I would like then to kby Jim Ohlstein - Nginx Mailing List - English
Hello, > On May 11, 2016, at 5:36 PM, Alex Hall <ahall@autodist.com> wrote: > > The output of > sudo ps aux | grep php > > admin 16599 0.0 0.0 12728 2164 pts/0 S+ 21:34 0:00 grep php > root 18852 0.0 0.6 295568 24484 ? Ss May09 0:08 php-fpm: master process (/etc/php5/fpm/php-fpm.conf) > www-data 18857 0.0 0.7 300by Jim Ohlstein - Nginx Mailing List - English
Hello, > On May 11, 2016, at 5:19 PM, Alex Hall <ahall@autodist.com> wrote: > > > >> On Wed, May 11, 2016 at 5:04 PM, Jim Ohlstein <jim@ohlste.in> wrote: >> Hello, >> >> On May 11, 2016, at 4:54 PM, Alex Hall <ahall@autodist.com> wrote: >> >>> >>> >>>> On Wed, May 11, 2016 at 4:50 PM, Jim Ohlstein <by Jim Ohlstein - Nginx Mailing List - English
Hello, > On May 11, 2016, at 4:54 PM, Alex Hall <ahall@autodist.com> wrote: > > > >> On Wed, May 11, 2016 at 4:50 PM, Jim Ohlstein <jim@ohlste.in> wrote: >> Hello, > > Is it possible that your script is trying to write a configuration file and lacks proper > permission in that directory? > > Yes, very possible, and I'd even say likely. The thby Jim Ohlstein - Nginx Mailing List - English
Hello, > On May 11, 2016, at 4:26 PM, Alex Hall <ahall@autodist.com> wrote: > > Thanks for the quick response. Unfortunately, I'm not having any luck, unless I mistyped one of the rules. I also can't find where errors go. Anyone know where, or if, errors in fastcgi/php5-fpm are logged? /var/log/php5-fpm.log is empty. > >> On Wed, May 11, 2016 at 4:09 PM, Yuriy Medvedev &by Jim Ohlstein - Nginx Mailing List - English
Hello, On May 4, 2016, at 7:12 AM, Sem9999 <nginx-forum@forum.nginx.org> wrote: > Hi, > > I am trying to connect to my AWS RDS (mysql) instance using the AWS supplied > DNS endpoint. > > The problem is, the IP of the instance changes periodically. > > It appears that nginx does not resolve the DNS name every time, but caches > it. > > Therefore nginx iby Jim Ohlstein - Nginx Mailing List - English
Hello, On 4/21/16 10:55 AM, Francis Daly wrote: > On Thu, Apr 21, 2016 at 10:41:24AM -0400, Jim Ohlstein wrote: >> On 4/21/16 10:17 AM, Igor Sysoev wrote: >>>> On 21 Apr 2016, at 17:09, Jim Ohlstein <jim@ohlste.in> wrote: > > Hi there, > >>>>> location / { >>>>> proxy_pass http://10.0.250.37:8000; >>>>>by Jim Ohlstein - Nginx Mailing List - English
Hello, On 4/21/16 10:51 AM, Igor Sysoev wrote: > On 21 Apr 2016, at 17:41, Jim Ohlstein <jim@ohlste.in> wrote: > >> Hello, >> >> On 4/21/16 10:17 AM, Igor Sysoev wrote: >>> On 21 Apr 2016, at 17:14, Igor Sysoev <igor@sysoev.ru> wrote: >>> >>>> On 21 Apr 2016, at 17:09, Jim Ohlstein <jim@ohlste.in> wrote: >>>> >by Jim Ohlstein - Nginx Mailing List - English
Hello, On 4/21/16 10:17 AM, Igor Sysoev wrote: > On 21 Apr 2016, at 17:14, Igor Sysoev <igor@sysoev.ru> wrote: > >> On 21 Apr 2016, at 17:09, Jim Ohlstein <jim@ohlste.in> wrote: >> >>> Hello, >>> >>> I'm going a bit crazy here and hoping for some help. I've set up a new Mailman installation on FreeBSD. The system is set as follows: >>by Jim Ohlstein - Nginx Mailing List - English
Hello, On 4/21/16 10:14 AM, Igor Sysoev wrote: > On 21 Apr 2016, at 17:09, Jim Ohlstein <jim@ohlste.in> wrote: > >> Hello, >> >> I'm going a bit crazy here and hoping for some help. I've set up a new Mailman installation on FreeBSD. The system is set as follows: >> >> Web <-> nginx SSL termination and reverse proxy <-> nginx + fcgiwrap + Mailmby Jim Ohlstein - Nginx Mailing List - English
Hello, I'm going a bit crazy here and hoping for some help. I've set up a new Mailman installation on FreeBSD. The system is set as follows: Web <-> nginx SSL termination and reverse proxy <-> nginx + fcgiwrap + Mailman When I try to access https://lists.mydomain.com or https://lists.mydomain.com/ it redirects me to https://lists.mydomain.com:8000/mailman/listinfo which of coursby Jim Ohlstein - Nginx Mailing List - English
Hello, On 4/6/16 8:53 AM, meteor8488 wrote: > Thanks. You're right. After I load the module, it works. > > Another question is for now I have 3 modules > > -r-xr-xr-x 1 root wheel 17K 4 6 07:27 ngx_http_geoip_module.so* > -r-xr-xr-x 1 root wheel 25K 4 6 07:27 > ngx_http_headers_more_filter_module.so* > -r-xr-xr-x 1 root wheel 328K 4 6 07:27 ngx_http_luaby Jim Ohlstein - Nginx Mailing List - English