172 похожих чатов

# new_etl location ^~ /etl {

root /opt/app/new_etl/front/;
try_files $uri /etl/index.html;
proxy_set_header Cookie $http_cookie;
proxy_set_header Host $host:$server_port;
proxy_set_header X-Forwarded-Proto $scheme;
}


# api new_etl

location /api/etl/ {
proxy_pass http://172.24.2.9:8182/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";

}

"/usr/share/nginx/html/static/js/main.d2469023.chunk.js" failed (2: No such file or directory)

Парни подскажите где косяк?

4 ответов

12 просмотров

url как выглядит?

Tural-Ibragimov Автор вопроса
Максим Мартынов
url как выглядит?

server { listen 443 ssl http2; server_name bi.inleksys.ru; keepalive_timeout 70; client_max_body_size 50m; proxy_buffer_size 128k; proxy_buffers 4 256k; proxy_busy_buffers_size 256k;

очевидно, что url не попадает в этот Location. По какому урлу идет обращение и какие еще locations есть? proxy_set_header в первом location не нужны

Tural Ibragimov
server { listen 443 ssl http2; server_name ...

я спрашивал про url, а не конфиг

Похожие вопросы

Обсуждают сегодня

type TObj = object procedure Init; virtual; end; TObj1 = object(TObj) procedure Init; override; end; procedure TObj1.Init; begin inherited; end; procedur...
Alexander 👋
29
Есть какой-нибудь для Delphi/FPC T*Compression(Decompression)Stream на базе LZ4/Zstd/любой другой быстрый(и хорошо сжимающий) алгоритм А ещё лучше в pure pascal А ещё лучше од...
notme
45
А чем вам питонисты не угодили?😂
.
79
Господа и дамы, поможите пожалуйста :( Запускаю notepad.exe из делфи CreateProcess(nil, PChar(FullPath), nil, nil, False, NORMAL_PRIORITY_CLASS, nil, nil, StartInfo, ProcessI...
Ivan Burnatov
7
Язык Си можно выучить за день? По книжке ANSI C на 230 страниц
Vincent Vegan
29
Hello. Could you please help me with finding all coordinates within a radius using a spatial index, given that I have a table with coordinates? SET @lng = 37.57925; SET @lat ...
Rinchin G
7
Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
75
I wrote frontend in flutter using dart. Where should I write backend?
𝐌𝐚𝐫𝐲
8
Привет, запускаю werf в dind в k8s, получаю ошибку на этапе build/beforeSetup: /.werf/stapel/embedded/bin/bash: /.werf/scripts/5898bdfe5214357d3706b879cc8d3d78460fb379607cbd...
florius0
7
Не получается у меня либу Zstd статически слинковать, вылазят какие-то AV Вроде example у них не сложный есть, вроде всё делаю как там... но не выходит чего-то Вопрос - если ...
notme
4
Карта сайта