redundant static file directives
This commit is contained in:
parent
fea863b149
commit
f3bdde282b
1 changed files with 1 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ data:
|
|||
registrations_open: false,
|
||||
invites_enabled: true,
|
||||
healthcheck: true,
|
||||
static_dir: "/static-files"
|
||||
static_dir: "/static-files/static"
|
||||
|
||||
|
||||
# config :pleroma, :http, proxy_url: {:socks5h, System.get_env("SOCKS_ADDRESS"), System.get_env("SOCKS_PORT")}
|
||||
|
|
@ -59,8 +59,6 @@ data:
|
|||
private_key: System.get_env("WEB_PUSH_PRIVATE_KEY")
|
||||
|
||||
config :pleroma, :database, rum_enabled: false
|
||||
config :pleroma, :instance, static_dir: "/var/lib/pleroma/static"
|
||||
config :pleroma, Pleroma.Uploaders.Local, uploads: "/var/lib/pleroma/uploads"
|
||||
|
||||
# Enable Strict-Transport-Security once SSL is working:
|
||||
# config :pleroma, :http_security,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue