question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't access behind my reverse proxy

See original GitHub issue

Hey, I’ve tried to set up my reverse proxy to have lndg running with my other services and I keep getting this error (after login): image

I’m passing the -ip parameter with the domain on the initialize.py script, but it doesn’t work. From the info on the error page, it seems that it’s missing some config on the Django side

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
cryptosharks131commented, Jul 22, 2022

In v1.3.0 I have added an option to initialize.py so that you can easily include trusted CSRF origins with a docker install.

initialize.py -csrf "'https://hostname1', 'https://ipaddress1'"

0reactions
johnnyasantosscommented, Jul 23, 2022

It works! Before I’ve manually added my host to the initialize file but this is better. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot access nginx webserver behind another nginx reverse ...
For app2, I have installed nginx and copied a website to /var/www/html, altough I can access it from http://ip-vm-2, I does not work...
Read more >
Access to webserver behind nginx reverse-proxy from outside ...
I have a setup where there are a number of Apache web servers behind a common Nginx reverse proxy server. But I can...
Read more >
Unable to access Reverse Proxy Web Servers in LAN ... - Reddit
Hi. I'm a new to networking and recently got a UDM. I have a few dockerized web services behind nginx on my Synology...
Read more >
Can't access resources which are served as a reverse proxy
I have three Docker containers. My frontend, api and admin_dashboard. I want that the api and dashboard are only accessible over my frontend....
Read more >
How To Set Up a Reverse Proxy (Step-By-Step for Nginx ...
A reverse proxy like HAProxy can add basic HTTP access authentication to a web server that doesn't have it enabled. You can also...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found