mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-09-16 18:15:00 +02:00
changed the whole structure
This commit is contained in:
10
nginx/default.conf
Normal file
10
nginx/default.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
location / {
|
||||
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://nodejs:5000;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user