nixpkgs/nixos/modules/services/web-servers
José Luis Lafuente 679d54dcb3
nixos/caddy: update ca option
The generated json configuration returns this warning:
the 'issuer' field is deprecated and will be removed in the future; use 'issuers' instead

Updated the config to use "issuers" instead of "issuer"

Also, now it's possible to set the ca option null to not inject
automatically any ca. This is useful if you don't want to generate any
certificates or if you want to define a more fine-graned ca config
manually (e.g.: use different ca per domain)
2021-08-12 22:02:12 +02:00
..
apache-httpd nixos/apache-httpd: Use pkgs.emptyDirectory 2021-06-12 17:28:42 +02:00
hitch
jboss nixos/module/jboss: Add types to options (#110451) 2021-01-22 11:11:40 +01:00
lighttpd nixos/lighttpd: set port type to types.port 2021-05-30 14:38:18 +02:00
nginx nginx: allow overriding SSL trusted certificates when using ACME 2021-08-08 16:07:11 +02:00
phpfpm nixos/phpfpm: remove unnecessary sendmail configuration 2020-10-02 09:11:14 +02:00
unit nixos/unit: add stateDir and logDir types 2021-01-31 13:41:53 +01:00
varnish
caddy.nix nixos/caddy: update ca option 2021-08-12 22:02:12 +02:00
darkhttpd.nix nixos/darkhttpd: set port type to types.port 2021-05-30 14:38:18 +02:00
fcgiwrap.nix
hydron.nix
mighttpd2.nix
minio.nix nixos/minio: allow configuring console port 2021-08-10 22:37:30 +02:00
molly-brown.nix nixos/molly-brown: fix description of certPath 2021-05-17 18:03:04 +09:00
pomerium.nix nixos/pomerium: fix useACMEHost 2021-04-07 01:26:44 +00:00
shellinabox.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
tomcat.nix nixos/tomcat: add extraGroups type (#110486) 2021-01-22 16:22:06 +01:00
traefik.nix nixos/modules: fix systemd start rate-limits 2020-10-31 01:35:56 -07:00
trafficserver.nix nixos/trafficserver: init 2021-04-27 00:02:16 +09:00
ttyd.nix nixos/ttyd: use port type 2021-06-18 17:28:17 +02:00
uwsgi.nix nixos/uwsgi: set up the default runtime directory 2021-01-25 14:05:39 +01:00
zope2.nix