Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
Порівняння попередніх версій Попередня ревізія | |||
visorwolfrecorder [2024/08/05 15:16] nightfly |
visorwolfrecorder [2025/04/08 18:32] (поточний) nightfly |
||
---|---|---|---|
Рядок 141: | Рядок 141: | ||
..... | ..... | ||
+ | </ | ||
+ | |||
+ | або ще більш правильно, | ||
+ | |||
+ | < | ||
+ | location /wr1/ { | ||
+ | proxy_pass http:// | ||
+ | proxy_redirect /wr/ /wr1/; | ||
+ | sub_filter '/ | ||
+ | sub_filter_once off; | ||
+ | sub_filter_types text/html text/ | ||
+ | proxy_set_header Accept-Encoding ""; | ||
+ | } | ||
+ | |||
+ | location /wr1/wr/ { | ||
+ | proxy_pass http:// | ||
+ | proxy_redirect off; | ||
+ | sub_filter '/ | ||
+ | sub_filter_once off; | ||
+ | sub_filter_types text/html text/ | ||
+ | proxy_set_header Accept-Encoding ""; | ||
+ | } | ||
+ | |||
</ | </ | ||