Outline: Difference between revisions

imported>Onny
No edit summary
Bmillwood (talk | contribs)
SSL example: enablePasswordDB is in services.dex
 
(2 intermediate revisions by 2 users not shown)
Line 88: Line 88:
Similar as before but this time with Nginx handling SSL.  
Similar as before but this time with Nginx handling SSL.  


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|||<nowiki>
{ config, pkgs, lib, ... }: {
{ config, pkgs, lib, ... }: {


Line 151: Line 151:
         }
         }
       ];
       ];
      enablePasswordDB = true;
       staticPasswords = [
       staticPasswords = [
         {
         {
Line 165: Line 166:




</nowiki>}}
</nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}


== Troubleshooting ==
== Troubleshooting ==
Line 178: Line 179:
* [[Dokuwiki]], simple PHP- and web-based wiki software which uses file based storage for its content.
* [[Dokuwiki]], simple PHP- and web-based wiki software which uses file based storage for its content.


[[Category:Server]]
[[Category:Web Applications]]
[[Category:Web Applications]]