nginx: module fix example

Closes #28926

-1
-1
nixos/modules/services/web-servers/nginx/default.nix
··· 507 example = literalExample '' 508 { 509 "hydra.example.com" = { 510 - addSSL = true; 511 forceSSL = true; 512 enableACME = true; 513 locations."/" = {
··· 507 example = literalExample '' 508 { 509 "hydra.example.com" = { 510 forceSSL = true; 511 enableACME = true; 512 locations."/" = {