How to host multiple websites on Nginx

Ғылым және технология

server {
listen 80;
server_name absprog.com;
location / {
root /var/www/absprog.com;
index index.html;
}
}

Пікірлер: 21

  • @f.t.5859
    @f.t.58595 ай бұрын

    Uauuuu, I ask you yesterday, and today you have done it. A great hug from Brazil to you Matan.

  • @absprog

    @absprog

    5 ай бұрын

    Thanks for your support. Hugs right back to you.

  • @djlotussutol
    @djlotussutol4 ай бұрын

    thank you. to the point and worked perfectly.

  • @absprog

    @absprog

    4 ай бұрын

    Glad to hear that!👍

  • @numankaraaslan
    @numankaraaslan2 ай бұрын

    I am trying to use the reverse-proxy.conf file and multiple server blocks. But it only redirects to first server block always. Why do you think that happens?

  • @gabrielrossirocha
    @gabrielrossirocha9 күн бұрын

    It works if sites are hosted in another VMs? I mean, I have two websites hosted on two different VMs. Could I use NGINX to forward the traffic to this websites based on the URLs used?

  • @nick232
    @nick2324 ай бұрын

    When I put www. Infront of the domain it does not work. How can i fix that

  • @QBarszcz

    @QBarszcz

    21 күн бұрын

    put a new record that has name www and points to the same server

  • @mustafa.celiktas
    @mustafa.celiktas3 ай бұрын

    thank you so much

  • @absprog

    @absprog

    3 ай бұрын

    You're most welcome!

  • @BudiSetiawan-ns3rk
    @BudiSetiawan-ns3rk4 ай бұрын

    Will restarting Nginx cause downtime on the website?

  • @absprog

    @absprog

    4 ай бұрын

    Brief downtime, usually two or three seconds.

  • @nick232
    @nick2324 ай бұрын

    can you asign the domains to the ip after?

  • @absprog

    @absprog

    4 ай бұрын

    Yes, you just add an “A” record to the domain, with the IP as its value, where you manage your domains.

  • @OleksandrAndrushko
    @OleksandrAndrushkoКүн бұрын

    Thanks !!

  • @absprog

    @absprog

    Күн бұрын

    You're most welcome👍

  • @GlowB66
    @GlowB662 күн бұрын

    you are my life saver! thank you bro keep it up

  • @absprog

    @absprog

    Күн бұрын

    Thanks for your support👍