[fix] role:gitea-and-nginx

This commit is contained in:
Christian Fraß 2024-07-09 13:08:09 +02:00
parent 573a98965d
commit fd9a8ee494

View file

@ -1,4 +1,4 @@
{% macro gitea_common %} {% macro gitea_common() %}
location / { location / {
proxy_pass http://localhost:3456; proxy_pass http://localhost:3456;
client_max_body_size 20M; client_max_body_size 20M;