mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2025-11-07 08:00:05 +00:00
roles/gitea: support giteaUninstall variable
This commit is contained in:
@@ -4,7 +4,7 @@ server {
|
||||
|
||||
location / {
|
||||
add_header Permissions-Policy interest-cohort=();
|
||||
proxy_pass http://localhost:3000;
|
||||
proxy_pass http://localhost:{{ giteaPort }};
|
||||
}
|
||||
|
||||
client_max_body_size 100M;
|
||||
|
||||
Reference in New Issue
Block a user