<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nginx &#8211; WebDevStudy</title>
	<atom:link href="https://www.webdevstudy.com/tag/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webdevstudy.com</link>
	<description>software engineer development experience</description>
	<lastBuildDate>Fri, 30 Jun 2023 01:53:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.webdevstudy.com/wp-content/uploads/2023/04/logo-150x150.png</url>
	<title>Nginx &#8211; WebDevStudy</title>
	<link>https://www.webdevstudy.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The solution to the 400 Bad Request Request Header or Cookie Too Large error on the page</title>
		<link>https://www.webdevstudy.com/2023/06/30/the-solution-to-the-400-bad-request-request-header-or-cookie-too-large-error-on-the-page/</link>
					<comments>https://www.webdevstudy.com/2023/06/30/the-solution-to-the-400-bad-request-request-header-or-cookie-too-large-error-on-the-page/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 30 Jun 2023 01:53:34 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=230</guid>

					<description><![CDATA[The solution to the 400 Bad Request Request Header or Cookie Too Large error on the page In the process of developing a project, I suddenly encountered the 400 Bad Request Request Header Or Cookie Too Large error, which is also the first time I have such an error, and it feels quite novel. Analyze [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/06/30/the-solution-to-the-400-bad-request-request-header-or-cookie-too-large-error-on-the-page/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>nginx automatically adds version numbers to static resource files</title>
		<link>https://www.webdevstudy.com/2023/06/29/nginx-automatically-adds-version-numbers-to-static-resource-files/</link>
					<comments>https://www.webdevstudy.com/2023/06/29/nginx-automatically-adds-version-numbers-to-static-resource-files/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 29 Jun 2023 02:35:24 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=216</guid>

					<description><![CDATA[nginx automatically adds version numbers to static resource files To automatically append version numbers to JS and CSS files, add the following code to the nginx site configuration file:]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/06/29/nginx-automatically-adds-version-numbers-to-static-resource-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to resolve Nginx&#8217;s frequent 502 bad gateway errors</title>
		<link>https://www.webdevstudy.com/2023/06/26/how-to-resolve-nginxs-frequent-502-bad-gateway-errors/</link>
					<comments>https://www.webdevstudy.com/2023/06/26/how-to-resolve-nginxs-frequent-502-bad-gateway-errors/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 26 Jun 2023 02:41:50 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=198</guid>

					<description><![CDATA[How to resolve Nginx&#8217;s frequent 502 bad gateway errors During these 2 days of a PHP site, 502 bad gateways frequently appeared, and the following items were added in the nginx configuration file: Solve: Bold text are add items: server{listen 80;server_name shop;index index.html index.htm index.php;root /home/ngixroot/shop2;tcp_nodelay on;fastcgi_keep_conn on;fastcgi_connect_timeout 10000;fastcgi_send_timeout 10000;fastcgi_read_timeout 10000;fastcgi_buffer_size 128k;fastcgi_buffers 8 256k;fastcgi_busy_buffers_size 256k;fastcgi_temp_file_write_size [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/06/26/how-to-resolve-nginxs-frequent-502-bad-gateway-errors/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enables Nginx to support pathinfo mode</title>
		<link>https://www.webdevstudy.com/2023/06/25/enables-nginx-to-support-pathinfo-mode/</link>
					<comments>https://www.webdevstudy.com/2023/06/25/enables-nginx-to-support-pathinfo-mode/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 25 Jun 2023 01:51:05 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=185</guid>

					<description><![CDATA[The new version of nginx can use fastcgi_split_path_info directives to set PATH_INFO.]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/06/25/enables-nginx-to-support-pathinfo-mode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why sending non-GET, POST, HEAD headers to nginx, 405 Not Allowed  is returned.</title>
		<link>https://www.webdevstudy.com/2023/05/07/why-sending-non-get-post-head-headers-to-nginx-405-not-allowed-is-returned/</link>
					<comments>https://www.webdevstudy.com/2023/05/07/why-sending-non-get-post-head-headers-to-nginx-405-not-allowed-is-returned/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 07 May 2023 05:15:50 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=143</guid>

					<description><![CDATA[Send non-GET, POST, HEAD headers (e.g. PUT, PATCH requests) to nginx if the return status code is http 405 method Not Allowed, this is usually returned when sending a request to the root directory, i.e. &#8220;/&#8221;, or when sending a request to a static HTML page, 405 Not Allowed. Sending a request to a dynamic [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/05/07/why-sending-non-get-post-head-headers-to-nginx-405-not-allowed-is-returned/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Configure OCSP Stapling on  Nginx</title>
		<link>https://www.webdevstudy.com/2023/04/23/how-to-configure-ocsp-stapling-on-nginx/</link>
					<comments>https://www.webdevstudy.com/2023/04/23/how-to-configure-ocsp-stapling-on-nginx/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 23 Apr 2023 04:41:42 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[SSL]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=123</guid>

					<description><![CDATA[Introduction OCSP stapling is a TLS/SSL extension which aims to improve the performance of SSL negotiation while maintaining visitor privacy. Before going ahead with the configuration, a short brief on how certificate revocation works. This article uses free certificates issued by StartSSL to demonstrate. About OCSP OCSP (Online Certificate Status Protocol) is a protocol for checking if [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/04/23/how-to-configure-ocsp-stapling-on-nginx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install nginx on amazon linux</title>
		<link>https://www.webdevstudy.com/2023/04/21/how-to-install-nginx-on-amazon-linux/</link>
					<comments>https://www.webdevstudy.com/2023/04/21/how-to-install-nginx-on-amazon-linux/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 21 Apr 2023 03:17:20 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=113</guid>

					<description><![CDATA[If you&#8217;re using AWS Linux2, you have to install nginx from the AWS &#8220;Extras Repository&#8221;. To see a list of the packages available: You&#8217;ll see a list like this: Use the&#160;amazon-linux-extras install&#160;command to install it, like: More details see: https://aws.amazon.com/amazon-linux-2/faqs/.]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/04/21/how-to-install-nginx-on-amazon-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fix nginx  “ssl” Directive Is Deprecated, Use “listen … ssl”</title>
		<link>https://www.webdevstudy.com/2023/04/20/fix-nginx-ssl-directive-is-deprecated-use-listen-ssl/</link>
					<comments>https://www.webdevstudy.com/2023/04/20/fix-nginx-ssl-directive-is-deprecated-use-listen-ssl/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 20 Apr 2023 05:40:28 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[SSL]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=104</guid>

					<description><![CDATA[The Warning Message When you updating nginx to a newer version, you may run into deprecated configurations. This tutorial shows you how to fix nginx’s “ssl” deprecation warning telling you to use “listen … ssl” instead. You may see the following warning message when checking your nginx configuration: This message may show up after updating [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/04/20/fix-nginx-ssl-directive-is-deprecated-use-listen-ssl/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
