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

@ -189,7 +189,7 @@ server {
location /submit/ {
include fic-auth.conf;
proxy_pass http://frontend:8080/submission;
proxy_pass http://receiver:8080/submission;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -197,7 +197,7 @@ server {
location /issue {
include fic-auth.conf;
proxy_pass http://frontend:8080;
proxy_pass http://receiver:8080;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -205,7 +205,7 @@ server {
location /chname {
include fic-auth.conf;
proxy_pass http://frontend:8080;
proxy_pass http://receiver:8080;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -213,7 +213,7 @@ server {
location /registration {
include fic-auth.conf;
proxy_pass http://frontend:8080;
proxy_pass http://receiver:8080;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -221,7 +221,7 @@ server {
location /openhint/ {
include fic-auth.conf;
proxy_pass http://frontend:8080;
proxy_pass http://receiver:8080;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;
@ -229,7 +229,7 @@ server {
location /wantchoices/ {
include fic-auth.conf;
proxy_pass http://frontend:8080;
proxy_pass http://receiver:8080;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-FIC-Team $team;
proxy_redirect off;