1
0
Fork 0
NixOS/hosts/greatyamada/services/nginx-local-config.nix
2024-06-28 18:15:13 +02:00

7 lines
136 B
Nix

# Configuration for local-only services
''
error_page 403 https://rcia.dev;
allow 10.0.0.0/24;
allow 10.10.0.0/24;
deny all;
''