summaryrefslogtreecommitdiffstats
path: root/owncloud-conf-nginx.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-31 16:32:29 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-31 16:32:29 +0200
commit68dacf2b5b198dac82f38b09617175b4087f9af1 (patch)
treec839916c0d853583e91a2fc33781fcbe0632e645 /owncloud-conf-nginx.conf
parentaa9951a13707c9b7935bebcdc49057e7baaffe69 (diff)
owncloud: 9.0.2
Diffstat (limited to 'owncloud-conf-nginx.conf')
-rw-r--r--owncloud-conf-nginx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/owncloud-conf-nginx.conf b/owncloud-conf-nginx.conf
new file mode 100644
index 0000000..bd0c0e8
--- /dev/null
+++ b/owncloud-conf-nginx.conf
@@ -0,0 +1,4 @@
+upstream php-owncloud {
+ server unix:/run/php-fpm/owncloud.sock;
+}
+