mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-06-18 10:29:13 +02:00
temmie/userweb: deny access to documentRoot
This commit is contained in:
@@ -63,6 +63,10 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
<Directory "${pkgs.emptyDirectory}">
|
||||||
|
Require all denied
|
||||||
|
</Directory>
|
||||||
|
|
||||||
CustomLog "${cfg.logDir}/access.log" combined
|
CustomLog "${cfg.logDir}/access.log" combined
|
||||||
CustomLog "/run/httpd-log-processor-access.fifo" combined
|
CustomLog "/run/httpd-log-processor-access.fifo" combined
|
||||||
ErrorLog "/run/httpd-log-processor-error.fifo"
|
ErrorLog "/run/httpd-log-processor-error.fifo"
|
||||||
|
|||||||
Reference in New Issue
Block a user