filtrage coté serveur
This commit is contained in:
10
readme.md
10
readme.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user