Skip to content
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

[hueemulation] Fix nginx example configuration #9550

Merged
merged 1 commit into from
Jan 3, 2021

Conversation

DieserMerlin
Copy link
Contributor

Fix nginx example configuration

Just a little fix in an example configuration. Nginx won't start with the previous example what confused me when I tried to set up a reverse proxy.

Also please consider highlighting the following part:

server {
  listen 80;
  location /api {
    proxy_pass http://localhost:8080/api/;
  }
}

I struggled a lot since I didn't read this and my Alexa couldn't find my emulated devices.

@Hilbrand Hilbrand changed the title Fix nginx example configuration [hueemulation] Fix nginx example configuration Dec 28, 2020
Copy link
Contributor

@MikeJMajor MikeJMajor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpmeister cpmeister merged commit 8e1efa1 into openhab:main Jan 3, 2021
@cpmeister cpmeister added this to the 3.1 milestone Jan 3, 2021
thinkingstone pushed a commit to thinkingstone/openhab-addons that referenced this pull request Nov 7, 2021
marcfischerboschio pushed a commit to bosch-io/openhab-addons that referenced this pull request May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants