redirect /calendar to the Nextcloud calendar to make this location work

Apparently this location gets used in several locations, so create a
redirect.
This commit is contained in:
June 2025-09-16 19:45:02 +02:00
commit ca65a4940c
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -83,6 +83,11 @@
return = "302 https://$host/blog/index.xml";
};
# Redirect /calendar to the Nextcloud calendar, as this location apparently gets used in several locations.
locations."/calendar" = {
return = "302 https://cloud.hamburg.ccc.de/apps/calendar/embed/QJAdExziSnNJEz5g";
};
extraConfig = ''
# Make use of the ngx_http_realip_module to set the $remote_addr and
# $remote_port to the client address and client port, when using proxy