summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2015-10-12 18:11:14 +0200
committerThomas Sarboni2015-10-12 18:11:14 +0200
commita03a6970e307928ef5c96138f62e3e5652c762ef (patch)
tree3e288b340d2402bb13a76c86b31d85045f41c0b9
parent04311cb6ef22161b354c5690b58eca7d6e9f331b (diff)
downloadaur-a03a6970e307928ef5c96138f62e3e5652c762ef.tar.gz
Update nginx ssl example
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--example_nginx_vhost_ssl.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e90b6e3e5081..ecdbe2114deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pydio
pkgdesc = PHP file sharing platform, formerly AjaXplorer.
pkgver = 6.0.8
- pkgrel = 1
+ pkgrel = 2
url = http://pyd.io/
install = pydio.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 89e03d4a5005..286c7f7a2617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pydio
pkgver=6.0.8
-pkgrel=1
+pkgrel=2
pkgdesc='PHP file sharing platform, formerly AjaXplorer.'
arch=('any')
url='http://pyd.io/'
diff --git a/example_nginx_vhost_ssl.conf b/example_nginx_vhost_ssl.conf
index a1aa0e87a166..2f9dca374160 100644
--- a/example_nginx_vhost_ssl.conf
+++ b/example_nginx_vhost_ssl.conf
@@ -27,7 +27,7 @@ server {
ssl_prefer_server_ciphers on;
keepalive_timeout 70;
ssl_session_cache shared:SSL:10m;
- ssl_session_timeout 10m
+ ssl_session_timeout 10m;
location ^~ (/dashboard|/settings|/welcome|/ws-) {
try_files /index.php =404;