Skip to content

Commit

Permalink
fix: (www) map subdomain for map observer
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 24, 2024
1 parent d0c90a9 commit 93ade4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions data/zones/slave.uz.zone
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ $TTL 86400
@ IN AAAA 2a01:4f9:3070:322c::
www IN A 95.216.248.25
www IN AAAA 2a01:4f9:3070:322c::

; Map observer for the Minecraft server
map IN A 95.216.248.25
map IN AAAA 2a01:4f9:3070:322c::
5 changes: 1 addition & 4 deletions nixos/kolyma-3/services/www.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
'';
};

"slave.uz" = {
serverAliases = [
"www.slave.uz"
];
"map.slave.uz" = {
extraConfig = ''
reverse_proxy 127.0.0.1:8100
'';
Expand Down

0 comments on commit 93ade4e

Please sign in to comment.