commit 74641c60aaff6271b022d86682074295772238a8 parent 3d9921098ce6457fc7b208649b3685fe2bc810a0 Author: Florian Dold <florian@dold.me> Date: Fri, 29 May 2026 14:30:13 +0200 -syntax Diffstat:
| M | roles/libeufin-nexus/templates/etc/nginx/sites-available/nexus-nginx.conf.j2 | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/roles/libeufin-nexus/templates/etc/nginx/sites-available/nexus-nginx.conf.j2 b/roles/libeufin-nexus/templates/etc/nginx/sites-available/nexus-nginx.conf.j2 @@ -23,12 +23,12 @@ server { access_log /var/log/nginx/{{ nexus_domain }}.tal taler if=$log_perf; - // We only expose this one API for now. - // The wire transfer API is protected by an - // access token but very sensitive, so - // we don't expose it. - // Other nexus APIs might be allowed - // in the future. + # We only expose this one API for now. + # The wire transfer API is protected by an + # access token but very sensitive, so + # we don't expose it. + # Other nexus APIs might be allowed + # in the future. location /taler-prepared-transfer/ { proxy_pass http://localhost:8082/taler-prepared-transfer/; }