feat: Adds a shortcode to the shop
This commit is contained in:
parent
5a989fff69
commit
24effd5be7
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ in
|
||||||
"${domain}" = {
|
"${domain}" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "${domain}";
|
useACMEHost = "${domain}";
|
||||||
|
|
||||||
|
locations."/shop" = {
|
||||||
|
return = "302 https://tickets.hamburg.ccc.de";
|
||||||
|
};
|
||||||
|
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue