cleaning up a bit.

This commit is contained in:
Thurloat 2018-08-27 22:45:53 -03:00
commit 0df558a6a5
5 changed files with 12 additions and 9 deletions

View file

@ -11,7 +11,7 @@ defmodule Pleroma.Web.Endpoint do
#
# You should set gzip to true if you are running phoenix.digest
# when deploying your static files in production.
plug(Plug.Static, at: "/media", from: Pleroma.Upload.upload_path(), gzip: false)
plug(Plug.Static, at: "/media", from: Pleroma.Uploaders.Local.upload_path(), gzip: false)
plug(
Plug.Static,