-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working example for subpath with nginx reverse proxy #151
Comments
Hi, thanks for the nice feedback. I'll have a look at your config as soon as I find some time. |
@martialblog |
Agreed. This is perfect for my use case, but I have a similar issue with the nginx reverse proxy approach. I'd like to have http://<domain.com>/limesurvey talk to the container. In my configuration, the index.php loads as html, but the css and javascript resources do not. Bare config files are as follows:
###cat frontend.Dockerfile
###cat nginx.conf
###cat index.html
|
First, I need to say THANKS SO MUCH for this great repo.
Just a small issue that is probably my own fault.
I am trying to put limeserver behind a nginx reverse proxy
But I am getting a 500.
Can anyone PLEASE suggest corrections to my config? Thanks 😊
2023/04/22 08:09:23 [error] 12#12: *67 rewrite or internal redirection cycle while internally redirecting to "index.php", client: 127.0.0.1, server: dewijones92vultr.duckdns.org, request: "GET /111/survey/ HTTP/1.1", host: "dewijones92vultr.duckdns.org" 127.0.0.1 - - [22/Apr/2023:08:09:23 +0000] "GET /111/survey/ HTTP/1.1" 500 170 "-" "curl/7.74.0" "-"
The text was updated successfully, but these errors were encountered: