Skip to content

Commit 49cff35

Browse files
core: tools: nginx: Update configuration file to allow blueos and companion
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent 6bd0e72 commit 49cff35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tools/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http {
3434
listen 2770;
3535

3636
location / {
37-
rewrite ^/(.*)$ http://blueos.local redirect;
37+
rewrite ^/(.*)$ http://(blueos|companion).local redirect;
3838
}
3939
}
4040

0 commit comments

Comments
 (0)