Hi, could you please do a video on caching images on nginx, like for example, all my images are in /var/something directory, how do I cache these images? And serve from nginx Thanks if you can do this!
i can not set "Content-type: application/json" in header response, my api always return 200 with "content-type: text/html" eventhought i added header in nginx config, please help
Excellent content brother.
Thank you!
Good content bro in a single video. Keep uploading like this. Thanks
Glad you liked it and thanks.
That was Spectacular !!!
Thanks
Thank you too!
great content bro. now i can just copy your video url and share it to my developer instead explain it to them everytime
Please do! I appreciate that. I'm glad you liked the video.
Hi. Great video thanks. Would also add an 8th one by making sure the Strict-Transport-Security is enforced ;).
Hi, could you please do a video on caching images on nginx, like for example, all my images are in
/var/something directory, how do I cache these images? And serve from nginx
Thanks if you can do this!
Great suggestion!
i can not set "Content-type: application/json" in header response, my api always return 200 with "content-type: text/html" eventhought i added header in nginx config, please help
How to secure Cookies for sites on a Nginx server? There was a Nginx module, but that one is deprecated.
how to hide Server name, andDate?
I want to secure nginx web server on fedora os , this video is not for me
it doesn't matter what OS you're using 👍
add_header Content-Security-Policy "default-src 'self'" always; broke my website. It looks as if the CSS is gone.