Nginx: Difference between revisions

imported>Fadenb
m Syntax highlighting
imported>Makefu
forceSSL implies enableSSL (which is now supposently onlySSL) ...
Line 7: Line 7:
   enable = true;
   enable = true;
   virtualHosts."blog.example.com" = {
   virtualHosts."blog.example.com" = {
    enableSSL = true;
     enableACME = true;
     enableACME = true;
     forceSSL = true;
     forceSSL = true;