stream: move to ifsr.de

This commit is contained in:
Rouven Seifert 2023-08-17 13:50:57 +02:00
parent 9f93fdbba3
commit ca5d374f51
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 4 additions and 10 deletions

View file

@ -1,16 +1,10 @@
{ pkgs, lib, config, ... }:
let
website = pkgs.fetchgit {
url = "ssh+git://git@github.com:fsr/fruitbasket.git";
rev = "1b380f3bfd48aae2a17aefbbdd0538f09b7d3bcf";
sha256 = "";
};
in
{ pkgs, config, ... }:
{
services = {
nginx = {
virtualHosts = {
"stream.${config.fsr.domain}" = {
# "stream.${config.fsr.domain}" = {
"stream.ifsr.de" = {
enableACME = true;
forceSSL = true;
locations."/" =

View file

@ -44,7 +44,7 @@ in
extraConfig = ''
index index.html index.php;
'';
locations = {
"/" = {
tryFiles = "$uri $uri/ /index.php?$query_string";