File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 893893 useACMEHost = "lan.disasm.us" ;
894894 forceSSL = true ;
895895 locations . "/" = {
896- proxyPass = "http://optina.lan.disasm.us :8000" ;
896+ proxyPass = "http://127.0.0.1 :8000" ;
897897 extraConfig = ''
898898 proxy_set_header Host $host;
899899 proxy_set_header X-Forwarded-Proto $scheme;
Original file line number Diff line number Diff line change 120120 settings . sandbox = true ;
121121 settings . cores = 4 ;
122122 settings . extra-sandbox-paths = [ "/etc/nsswitch.conf" "/etc/protocols" ] ;
123- settings . substituters = [ "https://cache.nixos.org" "https://hydra.iohk .io" ] ;
123+ settings . substituters = [ "https://cache.nixos.org" "https://cache.iog .io" ] ;
124124 settings . trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ] ;
125125 package = pkgs . nixUnstable ;
126126 extraOptions = ''
You can’t perform that action at this time.
0 commit comments