add cdn to proxy

This commit is contained in:
Satria 2026-03-01 09:41:25 +07:00
commit 5246d65afb
2 changed files with 3 additions and 6 deletions

View file

@ -3,12 +3,8 @@
httpd = {
enable = true;
virtualHosts."cdn" = {
listen = [{ ip = "*"; port = 3000; }];
listen = [{ ip = "127.0.0.1"; port = 3000; }];
documentRoot = "/mnt/share";
extraConfig = ''
Options +Indexes +FollowSymLinks
Require all granted
'';
};
};