parent
e6b2c8b0a6
commit
51737a53dc
@ -45,10 +45,6 @@ ingress_tls_prefer_server_ciphers: "off"
|
|||||||
# location = /.well-known/caldav { return 301 /remote.php/dav/; }
|
# location = /.well-known/caldav { return 301 /remote.php/dav/; }
|
||||||
# location ^~ /.well-known { return 301 /index.php$uri; }
|
# location ^~ /.well-known { return 301 /index.php$uri; }
|
||||||
# try_files $uri $uri/ =404;
|
# try_files $uri $uri/ =404;
|
||||||
# handles:
|
|
||||||
# - handle: "^~ /.well-known/foo"
|
|
||||||
# contents: |
|
|
||||||
# respond `bar`
|
|
||||||
# - name: redirect.example.com
|
# - name: redirect.example.com
|
||||||
# directives:
|
# directives:
|
||||||
# # NOTE: Do NOT suffix with a semicolon; that gets added for you
|
# # NOTE: Do NOT suffix with a semicolon; that gets added for you
|
||||||
|
@ -52,15 +52,6 @@ server {
|
|||||||
{{ location.contents }}
|
{{ location.contents }}
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if server.handles is defined %}
|
|
||||||
# Extra manually-defined handlers
|
|
||||||
{% for handle in server.handles %}
|
|
||||||
handle {{ handle.handle }} {
|
|
||||||
{{ handle.contents }}
|
|
||||||
}
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
resolver {{ ingress_resolver }};
|
resolver {{ ingress_resolver }};
|
||||||
|
Loading…
Reference in New Issue
Block a user