Skip to content

Commit

Permalink
allow qan-app to be opened in iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
delgod committed Nov 20, 2017
1 parent c382643 commit eeea222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
location /qan {
alias /usr/share/percona-qan-app;
try_files $uri$args $uri$args/ /index.html break;
add_header X-Frame-Options SAMEORIGIN;
}

# QAN API
Expand Down

0 comments on commit eeea222

Please sign in to comment.