✨: install/configure gitea
This commit is contained in:
11
roles/nginx/templates/vhosts/giteu.be.conf.j2
Normal file
11
roles/nginx/templates/vhosts/giteu.be.conf.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
client_max_body_size 10M;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:3000;
|
||||
include proxy_params;
|
||||
proxy_buffering off;
|
||||
tcp_nodelay on;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user