blob: 26058cb5a4052182f6bc85b145e591f4a630bc8c (
plain)
1
2
3
4
5
6
7
8
|
-- SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev>
--
-- SPDX-License-Identifier: AGPL-3.0-only
VirtualHost "{{ virtual_host }}"
Component "upload.{{ virtual_host }}" "http_file_share"
http_file_share_expires_after = 10 * 365 * 24 * 60 * 60
|