summaryrefslogtreecommitdiffstats
path: root/nextcloud-conf-nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud-conf-nginx.conf')
-rw-r--r--nextcloud-conf-nginx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nextcloud-conf-nginx.conf b/nextcloud-conf-nginx.conf
new file mode 100644
index 0000000..85dfd8c
--- /dev/null
+++ b/nextcloud-conf-nginx.conf
@@ -0,0 +1,4 @@
+upstream php-nextcloud {
+ server unix:/run/php-fpm/nextcloud.sock;
+}
+