diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-29 10:43:37 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-29 10:43:37 -0400 |
| commit | 44da736b021b30bc6a8aa91700e4ba46f326fdfb (patch) | |
| tree | 58837ff255316f93aa7c38c79c9ffd3ca6af28c4 /nextcloud.html | |
| parent | b2bcf9854e4562865134ce6265240e131c796cd8 (diff) | |
| parent | 2850cb7954833f2c6eb1febeaa91a4026ad09b3d (diff) | |
Merge branch 'diamonop1234-master'
Diffstat (limited to 'nextcloud.html')
| -rw-r--r-- | nextcloud.html | 4 |
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 { |
