File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;
4242 proxy_set_header X-Forwarded-Host $server_name ;
4343 }
44- location ~ * ^/( newuiwhodis .*|d3aece8093b71007b5ccfedad91ebb11.*|generate|azure_css_landing|manage|download|history|settings|resources/.*|legal) $ {
44+ location ~ * ^/( nest|nest/ .*|d3aece8093b71007b5ccfedad91ebb11.*|generate|azure_css_landing|manage|download|history|settings|resources/.*|legal) $ {
4545 if ( $scheme = "http" ) {
4646 return 301 https://$server_name$request_uri ;
4747 }
Original file line number Diff line number Diff line change 4343 proxy_set_header X-Forwarded-Host $server_name ;
4444
4545 }
46- location ~ * ^/( newuiwhodis .*|d3aece8093b71007b5ccfedad91ebb11.*|generate|azure_css_landing|manage|download|history|settings|resources/.*|legal) $ {
46+ location ~ * ^/( nest|nest/ .*|d3aece8093b71007b5ccfedad91ebb11.*|generate|azure_css_landing|manage|download|history|settings|resources/.*|legal) $ {
4747 proxy_pass http ://frontend:8082 ;
4848 proxy_redirect off;
4949 proxy_set_header Host $host ;
You can’t perform that action at this time.
0 commit comments