File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ import ScrollToTop from 'components/ScrollToTop';
2727
2828import 'app/globals.css' ;
2929
30+ export const dynamic = 'force-dynamic'
31+
3032const geistSans = Geist ( {
3133 subsets : [ 'latin' ] ,
3234 variable : '--font-geist-sans' ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ server {
2626 proxy_set_header X-Real-IP $remote_addr;
2727 }
2828
29- location ~ ^/(a|api|csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
29+ location ~ ^/(a|api/v1 |csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
3030 proxy_pass http://production-nest-backend:8000;
3131 proxy_set_header Host $host;
3232 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ server {
2626 proxy_set_header X-Real-IP $remote_addr;
2727 }
2828
29- location ~ ^/(a|api|csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
29+ location ~ ^/(a|api/v1 |csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
3030 proxy_pass http://staging-nest-backend:8000;
3131 proxy_set_header Host $host;
3232 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
You can’t perform that action at this time.
0 commit comments