Skip to content
Snippets Groups Projects
Commit b20724ee authored by michael.minelli's avatar michael.minelli
Browse files

Nginx => Add "dojo" prefix for rdps domain name

parent 86c88e1e
No related branches found
No related tags found
No related merge requests found
Subproject commit a58c106b74cb9ee23d2b36e58d8e6e151401ac11
Subproject commit e286be2e68fddf29f2cfa53bb6351b0806c1a5c4
......@@ -28,7 +28,7 @@ server {
large_client_header_buffers 4 1024k;
client_max_body_size 100M;
location / {
location /dojo/ {
proxy_pass http://dojo-frontend/;
proxy_intercept_errors on;
proxy_http_version 1.1;
......@@ -40,7 +40,7 @@ server {
proxy_read_timeout 999999;
}
location /api/ {
location /dojo/api/ {
proxy_pass http://dojo-api:30992/;
rewrite ^/api(/.*)$ $1 break;
proxy_intercept_errors on;
......@@ -53,7 +53,7 @@ server {
proxy_read_timeout 999999;
}
location /adminer/ {
location /dojo/adminer/ {
proxy_pass http://adminer:8080/;
rewrite ^/adminer(/.*)$ $1 break;
proxy_set_header X-Real-IP $remote_addr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment