Rename frontend as receiver

This commit is contained in:
nemunaire 2023-07-09 20:40:53 +02:00
commit 1ca5452707
111 changed files with 79 additions and 81 deletions

View file

@ -170,7 +170,7 @@ server {
location /submit/ {
include fic-get-team.conf;
proxy_pass http://${HOST_FRONTEND}/submission/;
proxy_pass http://${HOST_RECEIVER}/submission/;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -178,7 +178,7 @@ server {
location /issue {
include fic-get-team.conf;
proxy_pass http://${HOST_FRONTEND};
proxy_pass http://${HOST_RECEIVER};
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -186,7 +186,7 @@ server {
location /chname {
include fic-get-team.conf;
proxy_pass http://${HOST_FRONTEND};
proxy_pass http://${HOST_RECEIVER};
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -194,7 +194,7 @@ server {
location /registration {
include fic-get-team.conf;
proxy_pass http://${HOST_FRONTEND};
proxy_pass http://${HOST_RECEIVER};
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -202,7 +202,7 @@ server {
location /openhint/ {
include fic-get-team.conf;
proxy_pass http://${HOST_FRONTEND};
proxy_pass http://${HOST_RECEIVER};
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -210,7 +210,7 @@ server {
location /wantchoices/ {
include fic-get-team.conf;
proxy_pass http://${HOST_FRONTEND};
proxy_pass http://${HOST_RECEIVER};
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;