<mohammadrony>
server {
	listen 80;
	server_name _;

	location / {
		root /srv;
		# Next line used to list files
		autoindex on;
  }
}