Skip to content

Nginx with SSL #10

@S0PEX

Description

@S0PEX

Hey and thanks for this repo,

so I am currently trying to move my xenforo to docker. And I got everything up and running under nginx, PHP-fpm but for some reason, I cannot get my Cloudflare ssl working. I already added the variables needed for the nginx-proxy.

nginx:
    image: xfrocks/xenforo:nginx
    environment:
      - NGINX_ACCESS_LOG_FORMAT=timed
      - NGINX_FAST_CGI_PASS=php-fpm:9000
      - VIRTUAL_HOST=mydomain.com
      - VIRTUAL_PROTO=https

But for some odd reason, the requests are not forwarded correctly.
Might you have a clue?

Regards Artur

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions