summaryrefslogtreecommitdiff
path: root/nextcloud.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-07-29 10:42:18 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-07-29 10:42:18 -0400
commit6f7b4194d594e7dc1b775eef6d9d8a1c815e3533 (patch)
treebee989b50df1e1bfa06584fd1016f9d3190a25f3 /nextcloud.html
parent459a0ad648d60dd59828374d5dd9da6d261f651e (diff)
parent6d0d11d291f7f52217a3dd749dc684096669ce69 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/landchad into diamonop1234-master
Diffstat (limited to 'nextcloud.html')
-rw-r--r--nextcloud.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/nextcloud.html b/nextcloud.html
index 2ba4472..a49b93e 100644
--- a/nextcloud.html
+++ b/nextcloud.html
@@ -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 {