1688 results for "nginx"

  • But that would have to sit infront of nginx right? Or can it replace it? I’d rather not add too many separate things to the stack
    Zegnat at 2018-12-07 23:47
  • I even offered to help you patch nginx!
    sknebel at 2018-12-07 23:38
  • I maintain that is an nginx bug, sknebel :P
    Zegnat at 2018-12-07 23:38
  • yes i use a tls termination proxy in nginx
    aleksip at 2018-12-05 17:47
  • !tell Sim I see that you are using Ghost, so not PHP. If it goes through nginx, perhaps the $query_string remains relevant
    cjwillcock at 2018-11-27 04:24
  • !tell Sim Nginx passes .php files on to php-fpm. My try_files directive didn't include the query string, so the PHP-FPM didn't receive and GET params. Check for `try_files $uri $uri/ /index.php;` in your configs. If you find it, change to `try_files $uri $uri/ /index.php?$query_string`. It's a long shot. Maybe we followed the same bad advice re: setting up nginx at DO.
    cjwillcock at 2018-11-27 04:14
  • I don't know. I see two messages, the first ending in "Nginx passes .php".
    jjuran at 2018-11-27 04:12
  • files on to php-fpm. My try_files directive didn't include the query string, so the PHP-FPM didn't receive and GET params. Check for `try_files $uri $uri/ /index.php;` in your configs. If you find that, change to `try_files $uri $uri/ /index.php?$query_string`. It's a long shot, but it worked for me. Maybe we followed the same bad advice re: setting up nginx at DO.
    cjwillcock at 2018-11-27 04:08
  • !tell Sim,[Sim] regarding your self-hosted site and some traffic spikes you are seeing -I had issues on a new self-hosted server at DO too. I run nginx on this server. I found that the access logs were slammed with repeating web-mention attempts. I disabled web-mentions, for a quick fix. Now after some time, I have found a missed something in my site's config, in nginx. Nginx passes .php
    cjwillcock at 2018-11-27 04:08
  • for those looking to harden their NGINX config: https://github.com/valentinxxx/nginxconfig.io
    jacky at 2018-11-26 17:45
Sort by:

Filter results by:

Tag

Query took 0.01s.


Search tips

Exclusion
+foo -bar
Logical OR
foo OR bar
Exact phrase
"foo bar"
Partial words
foo*
Particular fields only
title:foo
domain:example.org
nick:somebody
after:2016-11-23
before:2016-11-23
date:2016-11-23