fix nginx config

This commit is contained in:
jaina heartles 2024-02-25 16:06:29 -08:00
parent 1fc5af3791
commit 4077e693f9
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ pkgs, ... }@inputs: {
imports = [ ./hardware-configuration.nix ];
imports = [ ./hardware-configuration.nix ./misskey-service.nix ];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];

View File

@ -33,6 +33,7 @@
];
forceSSL = true;
useACMEHost = "egirls.gay";
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://127.0.0.1:3000";