Skip to content

Documentation nginx reverse proxy #3

@fana13

Description

@fana13

Could we have a documentation for nginx reverse proxy please ?
I've tried to add the APP_URL like https://127.0.0.1/speedtest in .env and a configuration in my nginx.conf something like this

location /speedtest {
proxy_pass https://127.0.0.1:3149/speedtest;
proxy_redirect off;
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;

But it doesn't work.
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions