Merge pull request #91 from Farzat07/nextcloud

Fix nextcloud https redirect
This commit is contained in:
Luke Smith 2021-07-26 11:32:30 -04:00 committed by GitHub
commit 6d0d11d291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -52,9 +52,7 @@ server {
listen [::]:80;
server_name <strong>yourwebsite.com</strong>;
location /nextcloud {
return 301 https://$server_name$request_uri;
}
return 301 https://$server_name$request_uri;
}
server {