mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-18 16:26:05 +02:00
removed server_
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# role server_native-docker-reverse-proxy
|
||||
# role native-docker-reverse-proxy
|
||||
|
||||
Uses nginx as an [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) for local docker applications.
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
dependencies:
|
||||
- server_native-docker
|
||||
- server_native-https-server
|
||||
- native-docker
|
||||
- native-https-server
|
||||
|
@@ -6,7 +6,7 @@ server
|
||||
client_max_body_size {{ client_max_body_size }};
|
||||
{% endif %}
|
||||
|
||||
{% include 'roles/server_native-letsencrypt/templates/ssl_header.j2' %}
|
||||
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
|
||||
|
||||
{% include 'proxy_pass.conf.j2' %}
|
||||
|
||||
|
Reference in New Issue
Block a user