Add copyright information to the files

This commit is contained in:
Johannes Siipola
2021-12-19 15:46:52 +02:00
parent 4bfde0f9d5
commit 00eaf3e37f
15 changed files with 225 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
# SPDX-License-Identifier: MIT OR CC0-1.0
# SPDX-FileCopyrightText 2021 Johannes Siipola
location /custom-error-page.html {
ssi on;
internal;

View File

@@ -1,3 +1,6 @@
# SPDX-License-Identifier: MIT OR CC0-1.0
# SPDX-FileCopyrightText 2021 Johannes Siipola
map $status $status_text {
400 'Bad Request';
401 'Unauthorized';