screencloud | Screenshot sharing application for Windows , Mac and Linux | Image Editing library
kandi X-RAY | screencloud Summary
kandi X-RAY | screencloud Summary
This is the source code for the ScreenCloud client. ScreenCloud is an easy to use screenshot sharing tool that works on Windows, Mac and Linux. For more info, see: You can also upload to other services, including your own FTP server, Imgur, Dropbox and more through the use of plugins.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of screencloud
screencloud Key Features
screencloud Examples and Code Snippets
Community Discussions
Trending Discussions on screencloud
QUESTION
I am making an image storage for screencloud, doing so i'd like to have theses urls working: Any urls that ends with a file extension redirects as normal:
http://serv/ -> /index.php
http://serv/index.php -> /index.php
Any urls that do not have extension or is png as returns the file:
http: // serv/scr1801172229 -> /scr/scr1801172229.png
http: // serv/scr1801172229.png -> /scr/scr1801172229.png
I tried to learn how to use rewrite from nginx though I can't find any good tutorial. And every thing I tried did not work, including this which is the closest thing I got:
...ANSWER
Answered 2017-Jan-31 at 22:43I do not understand all of your requirements, but it seems that some of your URIs map to files in the document root, and some map to files in a subdirectory called scr
.
Rather than using rewrite ... break
you may be able to test the various locations and file extensions by using a try_files
directive. For example:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install screencloud
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page