How to Setup an Image Hosting Webserver Using ShareX

Channel:
Subscribers:
9,910
Published on ● Video Link: https://www.youtube.com/watch?v=a_aIaO88rzY



Duration: 4:30
2,771 views
25


🟢 Get Support @ https://pebblehost.com/r/discord

Commands:
yum update -y
yum install epel-release -y
yum install nginx -y
yum install firewalld -y
systemctl start nginx
systemctl enable nginx
systemctl start firewalld
systemctl enable firewalld
firewall-cmd --permanent --zone=public --add-service=http
firewall-cmd --permanent --zone=public --add-port=80/tcp
firewall-cmd --reload
cd /etc/nginx/conf.d
nano img.example.com.conf (REPLACE WITH YOUR DOMAIN)
server {
listen 80;
server_name img.example.com;
root /var/www/img.example.com/;
index index.php index.html;
}
systemctl reload nginx

📗 Chapters:
0:00 Intro
0:19 What you will need
0:31 SSH into dedicated server
1:11 Running commands
2:22 Configuring ShareX
3:38 Pointing a domain to the dedicated server
4:02 Testing/demonstration
4:11 Outro

Needing server hosting? Checkout PebbleHost with servers from $1/GB and public node statistics proving we don't oversell be sure to check our website out at https://pebblehost.com/







Tags:
pebblehost
dedicated server
dedicated
pebblehost dedicated server
dedi
pebble
host
image
hosting
sharex
webserver