|
|
@ -122,6 +122,8 @@ server {
|
|
|
|
add_header X-Frame-Options "SAMEORIGIN" always;
|
|
|
|
add_header X-Frame-Options "SAMEORIGIN" always;
|
|
|
|
# Prevent Sniff Mimetype (X-Content-Type-Options)
|
|
|
|
# Prevent Sniff Mimetype (X-Content-Type-Options)
|
|
|
|
add_header X-Content-Type-Options "nosniff" always;
|
|
|
|
add_header X-Content-Type-Options "nosniff" always;
|
|
|
|
|
|
|
|
# Tell crawling bots to not index the site
|
|
|
|
|
|
|
|
add_header X-Robots-Tag "noindex, nofollow" always;
|
|
|
|
|
|
|
|
|
|
|
|
access_log /var/log/nginx/overseerr.example.com-access.log;
|
|
|
|
access_log /var/log/nginx/overseerr.example.com-access.log;
|
|
|
|
error_log /var/log/nginx/overseerr.example.com-error.log;
|
|
|
|
error_log /var/log/nginx/overseerr.example.com-error.log;
|
|
|
@ -131,4 +133,3 @@ server {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|