nginx error, committing to search the forgejo
This commit is contained in:
parent
77168ba9c7
commit
a48cb3515b
8 changed files with 40 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.nginx.virtualHosts."torrent.${config.domains.p1}" = config.services.transmission.enable {
|
||||
services.nginx.virtualHosts."torrent.${config.domains.p1}" = lib.mkIf config.services.transmission.enable {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue