Skip to content

Commit

Permalink
fix: Visit http://localhost:8080/ not https://... (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- authored Sep 6, 2024
1 parent efa37b2 commit 8ed6825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nix run .#super_rogue.desktop
nix run .#super_rogue.web.serve
```

Visit https://localhost:8080/
Visit http://localhost:8080/

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
inherit test;
web.src = web_src;
web.serve = pkgs.writeShellScriptBin "super_rogue" ''
echo Visit https://localhost:8080/
echo Visit http://localhost:8080/
exec ${pkgs.busybox}/bin/busybox httpd -f -h ${web_src} -v -p 8080
'';
};
Expand Down

0 comments on commit 8ed6825

Please sign in to comment.