roles/nginx: Add support for gitea
gitea hosts are basically webservers, but we need to proxy pass. I am setting up gitea itself manually for now.
This commit is contained in:
5
roles/nginx/templates/gitea.j2
Normal file
5
roles/nginx/templates/gitea.j2
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:3000;
|
||||
}
|
||||
|
Reference in New Issue
Block a user