Reduce empty space in README
Build and publish docker image snapshot / build-and-publish (push) Successful in 1m19s
Details
Build and publish docker image snapshot / build-and-publish (push) Successful in 1m19s
Details
This commit is contained in:
parent
4092ec7307
commit
272edc8f20
|
|
@ -89,10 +89,8 @@ In case you are using nginx as reverse proxy already, here is an example config
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
http {
|
http {
|
||||||
|
|
||||||
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=picture_gallery_cache:10m max_size=100m inactive=60m use_temp_path=off;
|
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=picture_gallery_cache:10m max_size=100m inactive=60m use_temp_path=off;
|
||||||
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
@ -109,7 +107,6 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
server_name gallery.domain.com
|
server_name gallery.domain.com
|
||||||
|
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue