1774 results for "nginx"

  • !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
  • what webserver is that? nginx, apache?
    cjwillcock at 2018-11-25 16:08
  • Oh wow, with nginx it’s incredibly easy even with a subdomain
    [eddie] at 2018-11-13 01:59
  • it seems to work! i'll push my nginx adptation of the .htacess to the github repo
    tin1 at 2018-10-31 21:21
  • Hmm... its been a while since I did nginx configuration.
    [cleverdevil] at 2018-10-31 20:55
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