mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
correct nginx locations
This commit is contained in:
parent
8b6f707931
commit
3bb0ff978b
@ -113,7 +113,7 @@ server {
|
||||
}
|
||||
|
||||
# Federation
|
||||
location /federation-5010 {
|
||||
location /api/1_0 {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
@ -128,7 +128,7 @@ server {
|
||||
error_log $GRADIDO_LOG_PATH/nginx-error.federation-5010.log warn;
|
||||
}
|
||||
|
||||
location /federation-5011 {
|
||||
location /api/1_1 {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
@ -143,7 +143,7 @@ server {
|
||||
error_log $GRADIDO_LOG_PATH/nginx-error.federation-5011.log warn;
|
||||
}
|
||||
|
||||
location /federation-5020 {
|
||||
location /api/2_0 {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
||||
@ -99,7 +99,7 @@ server {
|
||||
}
|
||||
|
||||
# Federation
|
||||
location /federation-5010 {
|
||||
location /api/1_0 {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
@ -114,7 +114,7 @@ server {
|
||||
error_log $GRADIDO_LOG_PATH/nginx-error.federation-5010.log warn;
|
||||
}
|
||||
|
||||
location /federation-5011 {
|
||||
location /api/1_1 {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
@ -129,7 +129,7 @@ server {
|
||||
error_log $GRADIDO_LOG_PATH/nginx-error.federation-5011.log warn;
|
||||
}
|
||||
|
||||
location /federation-5020 {
|
||||
location /api/2_0 {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user