authenticname/sharex-server

exclude path from URL?

Closed this issue · 2 comments

how do i go about this so the url looks like i.example.com/xEmPle.png

currently it is like i.example.com/uploads/xEmPle.png

For that you would simply have to set the path parameter (in case you use Docker you set the env parameter) to / instead of /uploads !

thanks