This commit is contained in:
2025-02-08 15:56:40 +00:00
parent 4e00369aee
commit fe439bf2f0
8 changed files with 59 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
server {
server_name tracker.maksim-pankov.ru;
location / {
proxy_pass http://gipat:/;
sub_filter "http://gipat:5002/" "https://cloud.maksim-pankov.ru/";
client_max_body_size 0;
}
}