checkpoint before maillog attempt

This commit is contained in:
2024-08-03 08:58:32 -07:00
parent cdeb87184a
commit 5b0cd1d22f
5 changed files with 18 additions and 0 deletions

View File

@ -4,5 +4,9 @@ server {
location / {
proxy_pass http://backend:8000;
}
location /gutty {
proxy_pass http://gitea:3000;
}
}