<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How To Install &#038; Configure OpenCart On Ubuntu 20.04	</title>
	<atom:link href="https://www.osradar.com/how-to-install-configure-opencart-on-ubuntu-20-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com/how-to-install-configure-opencart-on-ubuntu-20-04/</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 07 Dec 2020 08:51:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>
		By: Jay Patel		</title>
		<link>https://www.osradar.com/how-to-install-configure-opencart-on-ubuntu-20-04/#comment-8771</link>

		<dc:creator><![CDATA[Jay Patel]]></dc:creator>
		<pubDate>Sun, 20 Sep 2020 11:23:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=22798#comment-8771</guid>

					<description><![CDATA[Hii..
I m Using on AWS Ubuntu 20.04.
If I havent domain. I want to use via instance ip address so in 

&quot;&quot;sudo nano /etc/nginx/sites-enabled/opencart.conf&#039;&#039;

server {
listen 80 default_server;
listen [::]:80 default_server
server_name example.com;
root /var/www/html/commerce/opencart/upload;
index index.php index.htm index.html;
location / { try_files $uri $uri/ /index.php?$args;
 }
 location ~ .php$ {
 fastcgi_pass unix:/run/php/php7.4-fpm.sock;
 fastcgi_index index.php;
 fastcgi_read_timeout 240; 
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
 include fastcgi_params; 
fastcgi_split_path_info ^(.+.php)(/.+)$; 
}
}

what replace with in example.com.

thanks in Advance.]]></description>
			<content:encoded><![CDATA[<p>Hii..<br />
I m Using on AWS Ubuntu 20.04.<br />
If I havent domain. I want to use via instance ip address so in </p>
<p>&#8220;&#8221;sudo nano /etc/nginx/sites-enabled/opencart.conf&#8221;</p>
<p>server {<br />
listen 80 default_server;<br />
listen [::]:80 default_server<br />
server_name example.com;<br />
root /var/www/html/commerce/opencart/upload;<br />
index index.php index.htm index.html;<br />
location / { try_files $uri $uri/ /index.php?$args;<br />
 }<br />
 location ~ .php$ {<br />
 fastcgi_pass unix:/run/php/php7.4-fpm.sock;<br />
 fastcgi_index index.php;<br />
 fastcgi_read_timeout 240;<br />
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;<br />
 include fastcgi_params;<br />
fastcgi_split_path_info ^(.+.php)(/.+)$;<br />
}<br />
}</p>
<p>what replace with in example.com.</p>
<p>thanks in Advance.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
