feat: closed ports and using reverse proxy only

This commit is contained in:
Harry 2024-08-18 15:34:52 +02:00
parent efa25914cb
commit 2ae226c5ef
2 changed files with 0 additions and 18 deletions

View file

@ -4,10 +4,6 @@
enable = true; enable = true;
virtualHosts = { virtualHosts = {
":5050".extraConfig = ''
reverse_proxy :8083
'';
"http://sisyphe.normandy.hypervirtual.world".extraConfig = '' "http://sisyphe.normandy.hypervirtual.world".extraConfig = ''
reverse_proxy :8003 reverse_proxy :8003
''; '';
@ -16,10 +12,6 @@
reverse_proxy :3333 reverse_proxy :3333
''; '';
"http://photos.hypervirtual.world".extraConfig = ''
reverse_proxy :2342
'';
"http://books.hypervirtual.world".extraConfig = '' "http://books.hypervirtual.world".extraConfig = ''
reverse_proxy :8083 reverse_proxy :8083
''; '';
@ -28,10 +20,6 @@
reverse_proxy :3030 reverse_proxy :3030
''; '';
":2344".extraConfig = ''
reverse_proxy :2342
'';
"http://jellyfin.sisyphe.normandy.hypervirtual.world".extraConfig = '' "http://jellyfin.sisyphe.normandy.hypervirtual.world".extraConfig = ''
reverse_proxy :8096 reverse_proxy :8096
''; '';

View file

@ -38,12 +38,6 @@ in
22 # ssh 22 # ssh
8008 # matrix-synapse 8008 # matrix-synapse
8448 # matrix-synapse 8448 # matrix-synapse
3030
3333
2344
4000
5050 # calibre-web
9091 # transmission
]; ];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];
}; };