mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 08:11:50 +02:00
Fix typo in nginx_addition
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
|
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
|
||||||
|
|
||||||
location = /.well-known/host-meta {
|
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 {
|
location = /.well-known/host-meta.json {
|
||||||
|
|||||||
Reference in New Issue
Block a user