Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. musicman (musicman@nu.federati.net)'s status on Friday, 08-Jun-2018 09:44:40 EDT musicman musicman
    This is part of an #nginx config. I don't know anything about nginx other than it's a web server that is supposedly more performant than Apache. Does anyone see anything obviously wrong with it?

    location /lol {
    proxy_set_header Host $http_host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_read_timeout 180;
    proxy_set_header X-Forwarded-Proto https;
    add_header Front-End-Https on;

    client_max_body_size 100M;

    proxy_pass http://host_running_swarm;

    }
    In conversation Friday, 08-Jun-2018 09:44:40 EDT from nu.federati.net permalink
    1. musicman (musicman@nu.federati.net)'s status on Friday, 08-Jun-2018 09:50:49 EDT musicman musicman
      in reply to
      I guess the ultimate issue would be helpful. Seems Apache, PHP, and nginx are combining to form improper URLs...but only for some of the URLs...
      In conversation Friday, 08-Jun-2018 09:50:49 EDT from nu.federati.net permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.