KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
nginx-webfinger
★ 10
Open GitHub ↗
A WebFinger resource for nginx.
Download README (.md)
Explore Similar Repositories
TinyREST
:
Basic setting of REST environment for Nette
piximgen
:
Pixel graphics library for PHP.
instaclone
:
Howto create an instagram like service using Silex and Camanjs
netty-examples
:
netty-examples
drfrederson
:
static website generator powered by PHP, YAML, Markdown and mustache
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nginx-webfinger
?
Download (.md)
nginx-webfinger =============== A WebFinger resource for nginx (compatible with [draft-ietf-appsawg-webfinger-14](http://tools.ietf.org/html/draft-ietf-appsawg-webfinger-14)). To serve the files with the right `Content-Type`, add `application/json json;` to `/etc/nginx/mime.types`. Optionally, add `application/json` to `charset_types` if you want to specify the charset in the `Content-Type`. Note that nginx doesn't decode URL parameters, so the file names have to be URL encoded as well: `?resource=acct%3Abob%40example.com` will look for a file called `/profiles/acct%3Abob%40example.com.json`. I suggest symlinks as a workaround to accept unencoded resource parameters.