Skip to content

Commit

Permalink
nginx sussytems setup
Browse files Browse the repository at this point in the history
  • Loading branch information
barnaki committed Oct 25, 2024
1 parent 81a40b3 commit c670b4d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,18 @@ server {
}
}
###
For Frames
client_max_body_size 20M;
server_name octopus.local;
proxy_hide_header X-Frame-Options;
---
Nginx subsystems ifmare settings
client_max_body_size 20M;
server_name mail.octopus.local;
proxy_hide_header X-Frame-Options;
add_header 'Access-Control-Allow-Origin' '*';
add_header X-Frame-Options "ALLOW-FROM octopus.local";

---


0 comments on commit c670b4d

Please sign in to comment.