Skip to content

Commit

Permalink
Merge branch '111-localhost-resolve' into 'dev'
Browse files Browse the repository at this point in the history
Add localhost support for ui serving

Closes #111

See merge request ergo/rosen-bridge/ui!79
  • Loading branch information
vorujack committed Nov 3, 2023
2 parents cb303b9 + 7349823 commit 89a2d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ http {
keepalive_timeout 65;

server {
listen HOSTNAME:80;
listen HOSTNAME:80 default_server;

location / {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 89a2d2a

Please sign in to comment.