Created
December 6, 2021 22:17
-
-
Save antoniozh/cc16ee4010847eaa07f8a97d35737181 to your computer and use it in GitHub Desktop.
Reverse proxy DIYHue from a docker container to port 80 on a Synology DiskStation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set up the reverse proxy with a dummy hostname on the Synology GUI which points to the DIYhue Docker container | |
Find the reverse proxy file /etc/nginx/sites-enabled/reverse_proxy.conf | |
Add the local ip address to the server_name: The server_name declaration should be looking as following: | |
server_name dummy_hostname xxx.xxx.xxx.xxx; | |
Reload nginx with `sudo nginx -s reload` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment