2022-05-30 15:46:36 +00:00
|
|
|
server {
|
|
|
|
server_name git.{{ domain }};
|
|
|
|
listen 80;
|
|
|
|
|
|
|
|
location / {
|
|
|
|
add_header Permissions-Policy interest-cohort=();
|
2023-01-22 00:25:02 +00:00
|
|
|
proxy_pass http://localhost:{{ giteaPort }};
|
2022-05-30 15:46:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
client_max_body_size 100M;
|
|
|
|
}
|