mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed native-nginx-docker-proxy to native-docker-reverse-proxy
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
dependencies:
|
||||
- native-nginx-docker-proxy
|
||||
- native-docker-reverse-proxy
|
||||
|
@@ -12,7 +12,7 @@ server
|
||||
client_body_buffer_size 400M;
|
||||
fastcgi_buffers 64 4K;
|
||||
|
||||
{% include 'roles/native-nginx-docker-proxy/templates/proxy_pass.conf.j2' %}
|
||||
{% include 'roles/native-docker-reverse-proxy/templates/proxy_pass.conf.j2' %}
|
||||
|
||||
location ^~ /.well-known {
|
||||
rewrite ^/\.well-known/host-meta\.json /public.php?service=host-meta-json last;
|
||||
|
Reference in New Issue
Block a user