Skip to content

Commit

Permalink
update django/tips
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Mar 10, 2024
1 parent d322445 commit 679c1cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/app-deploy/django/tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@ location ~ /\\.well-known {
allow all;
}`}
</Highlight>

<Notice variant="warning">
این نکته را در نظر داشته باشید که امکان تغییر تنظیمات nginx از ابتدا وجود
ندارد. شما می‌توانید تنها برخی از این تنظیمات را شخصی‌سازی کنید. در نهایت،
فایل تنظیمات شما داخل بلاک server در تنظیمات اصلی، include خواهد شد.
</Notice>

<h3 id="http-security-headers">تنظیم هدرهای امنیتی HTTP</h3>
<p>
برای جلوگیری از حملاتی مانند Clickjacking، XSS، SSL Striping می‌توانید
Expand Down

0 comments on commit 679c1cc

Please sign in to comment.