Skip to content

Instantly share code, notes, and snippets.

View HamzaAlayed's full-sized avatar
🎯
Focusing

Hamza Alayed HamzaAlayed

🎯
Focusing
View GitHub Profile
# tested on mac
server {
server_name main-app.dev;
root /var/www/projects/main/public;
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options "nosniff";