Skip to content

Commit

Permalink
Adjust assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGrundy committed Jun 20, 2024
1 parent 77421d2 commit cbde44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/nginx/conf.d/deskpro_messenger_server_params
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ location ^~ /sys/services/messenger-api/ {
proxy_set_header Connection "upgrade";
}

location ~ ^/deskpro-messenger/app/assets/ {
location ~ ^/deskpro-messenger/assets/ {
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Headers' '*';
add_header 'Access-Control-Allow-Methods' 'GET,OPTIONS';
Expand Down

0 comments on commit cbde44a

Please sign in to comment.