Merge pull request #950 from chocomega/chocomega-fix-typo

Fix typo in nextcloud nginx_addition
This commit is contained in:
Alexandre
2023-08-22 19:41:23 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
location = /.well-known/host-meta {
return 301 $scheme://$http_hostpublic.php?service=host-meta;
return 301 $scheme://$http_host/public.php?service=host-meta;
}
location = /.well-known/host-meta.json {