Skip to content

Commit

Permalink
fix: http upload endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Feb 9, 2024
1 parent fbc3dd3 commit 3ef21c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etc/prosody/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ Component "upload.prose.org.local" "http_file_share"
http_file_share_daily_quota = 100*1024*1024
http_file_share_expires_after = -1
http_host = "localhost"
http_external_url = "http://localhost:5280/file_share/"
http_external_url = "http://localhost:5280/"

0 comments on commit 3ef21c4

Please sign in to comment.