1
0

filtrage coté serveur

This commit is contained in:
unfr
2025-08-11 18:43:12 +02:00
parent d550a98418
commit 5fac3f9b37
2 changed files with 73 additions and 40 deletions

View File

@@ -157,6 +157,16 @@ location /autopost/ {
proxy_http_version 1.1;
proxy_set_header X-Forwarded-Host $http_host;
}
location /js/ {
proxy_pass http://127.0.0.1:XXXXX;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-Host $http_host;
}
location /jquery/ {
proxy_pass http://127.0.0.1:XXXXX;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-Host $http_host;
}
```
> Pensez à bien remplacer XXXXX par le port que vous avez mis dans votre config.js