Skip to content

Commit

Permalink
Merge pull request #4 from opensourceways/feture_ssp
Browse files Browse the repository at this point in the history
fix post变get的问题
  • Loading branch information
shishupei authored Jun 20, 2024
2 parents 424b5a5 + 4329b5f commit af36316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ http {
# proxy_pass https://server-service.merlin.svc.cluster.local:8080/web/v1/;
# }

location ^~ /collect/gitee-hook/ {
location ^~ /collect/gitee-hook {
add_header X-XSS-Protection "1; mode=block";
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
Expand Down

0 comments on commit af36316

Please sign in to comment.