Fix release installation
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Wed, 6 Jul 2022 21:47:59 +0000 (22:47 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Wed, 6 Jul 2022 21:47:59 +0000 (22:47 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index cecf83dfd3ab0f6d55c7c84c1c2532f08a0789cf..4c5a776e07d27abf221f14b9ec3fc288ed176a83 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -59,8 +59,8 @@ defmodule Pleroma.Mixfile do
 
   def copy_nginx_config(%{path: target_path} = release) do
     File.cp!(
-      "./installation/pleroma.nginx",
-      Path.join([target_path, "installation", "pleroma.nginx"])
+      "./installation/nginx/akkoma.nginx",
+      Path.join([target_path, "installation", "akkoma.nginx"])
     )
 
     release
@@ -348,6 +348,9 @@ defmodule Pleroma.Mixfile do
 # Pleroma: A lightweight social networking server
 # Copyright © 2017-#{year} Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
+# Akkoma: The cooler pleroma
+# Copyright © 2022-#{year} Akkoma Authors <https://akkoma.dev/>
+# SPDX-License-Identifier: AGPL-3.0-only
 
 ] |> String.replace("\n", "\\n")