File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ COPY --from=addons-builder \
7979 /home/addons/outlook/dist \
8080 /usr/share/nginx/html/addons/outlook
8181
82- COPY ./docker/dinum-frontend/nginx/dinum .conf /etc/nginx/conf.d
82+ COPY ./docker/dinum-frontend/nginx/default .conf /etc/nginx/conf.d
8383COPY ./docker/files/usr/local/bin/entrypoint /usr/local/bin/entrypoint
8484
8585ENTRYPOINT [ "/usr/local/bin/entrypoint" ]
Original file line number Diff line number Diff line change 55
66 root /usr/share/nginx/html;
77
8- include /etc/nginx/extra/*.conf;
9-
108 location = /.well-known/windows-app-web-link {
119 default_type application/json;
1210 alias /usr/share/nginx/html/.well-known/windows-app-web-link;
@@ -33,6 +31,7 @@ server {
3331
3432 location ~ ^/addons/outlook(/.*)?$ {
3533 alias /usr/share/nginx/html/addons/outlook$1;
34+ error_page 404 =200 /index.html;
3635 add_header Cache-Control "no-cache, no-store, must-revalidate";
3736 add_header Pragma "no-cache" always;
3837 add_header Expires 0 always;
@@ -53,7 +52,6 @@ server {
5352
5453 sub_filter 'NONCE_PLACEHOLDER' $nonce;
5554 sub_filter_once off;
56- sub_filter_types text/html;
5755 }
5856
5957 # Serve static files with caching
You can’t perform that action at this time.
0 commit comments