From b8d33869564403e2126f9eb7c65dc6c825fbd10f Mon Sep 17 00:00:00 2001 From: kasilda Date: Thu, 11 Nov 2021 13:14:43 +0100 Subject: [PATCH] creo archivo nextcloud.conf para nginx --- nextcloud.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nextcloud.conf b/nextcloud.conf index 545d03a..806f44f 100644 --- a/nextcloud.conf +++ b/nextcloud.conf @@ -34,4 +34,3 @@ location / { try_files $uri $uri/ /index.php$request_uri; } -}