-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels