Push pour hugo avec quelques ajouts de fichiers

This commit is contained in:
batche
2022-12-28 16:09:25 +01:00
parent ead4a1c264
commit 3e37a16d8c
9 changed files with 197 additions and 84 deletions

View File

@@ -10,12 +10,12 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://backend_dev:3000;
}
location /api/v2/chat {
location /chat {
proxy_pass http://backend_dev:8080/api/v2/chat;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://backend_dev:8088;
}
location / {
proxy_set_header Host $host;