mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[GH-ISSUE #211] How to specify a default domain name? #96
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ztj1993 on GitHub (Jul 15, 2019).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/211
Suppose I have an image storage server with the domain name
img.com.How can I access it:
http://localhost:8080/upload/w_200,h_200,c_1/file.jpgMatch to:
http://img.com/file.jpgSuppose I have a configuration template
Is it accessible:
http://localhost:8080/upload/w_200,h_200,c_1/d_a/file.jpgIs it possible to automatically match domain names?
Just some suggestions. The above content comes from software translation.
@sadok-f commented on GitHub (Jul 15, 2019):
Hi @ztj1993 ,
Thank you for opening the issue!
Currently, Flyimg app doesn't support dynamic domain matching.
if you want to get images from domain
img.comyou'll have to access it from:
http://localhost:8080/upload/w_200,h_200,c_1/http://img.com/file.jpg@ztj1993 commented on GitHub (Aug 4, 2019):
Temporarily processed with nginx