mirror of
https://github.com/linuxserver/docker-lychee.git
synced 2026-02-06 03:19:59 +08:00
blah
This commit is contained in:
parent
ef5f3fb0de
commit
7c63df3d5e
@ -11,7 +11,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
|
||||
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||
|
||||
# linuxserver/lychee
|
||||
[](http://microbadger.com/images/linuxserver/lychee "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-lychee/)
|
||||
[](https://microbadger.com/images/linuxserver/lychee "Get your own version badge on microbadger.com")[](http://microbadger.com/images/linuxserver/lychee "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-lychee/)
|
||||
[hub]: https://hub.docker.com/r/linuxserver/lychee/
|
||||
|
||||
Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.
|
||||
|
||||
@ -8,7 +8,14 @@ server {
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html /index.php?$args =404;
|
||||
}
|
||||
}
|
||||
|
||||
location ~* \.(?:ico|css|js|gif|jpe?g|png)$ {
|
||||
expires max;
|
||||
add_header Pragma public;
|
||||
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
# With php7-cgi alone:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user