-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
nginx warn: using uninitialized "subdomain" variable while sending response to client #5454
Comments
Can you share your nginx config? |
Sure. nginx.conf
jitsi.vhost
|
And your config.js please. |
@saghul here it is:
|
I don't get it, it's used there... Can you try removing this part?
|
Nah, I think you need what I told you to remove. I know I have seen this problem, but I an't remember... @damencho any ideas? |
For some reason this nginx is not doing ssi inside js files. |
You can rewrite it to: muc: 'conference.jitsi.example.com' and just the subdomains will not work. |
Thanks for pointing me in the right direction.
because, if a subdomain is really used, it will be catch by the block bellow:
? |
Well, it already has a default value: |
I know, but at least in my case, the above works, not the default as actually.
|
I see. Can you open a PR? |
This has long ago been fixed. |
Nginx error log has many lines like these:
Seems like the
$subdomain
variable is called but not initialized in the vhost template.The text was updated successfully, but these errors were encountered: