How to Setup an Image Hosting Webserver Using ShareX

Опубликовано: 08 Август 2023
на канале: PebbleHost
2,283
20

🟢 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/


Смотрите видео How to Setup an Image Hosting Webserver Using ShareX онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь PebbleHost 08 Август 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,283 раз и оно понравилось 20 людям.