Answers for "nginx directory linux"

2

nginx location directory

server {
    root /www/data;

    location / {
    }

    location /images/ {
    }

    location ~ \.(mp3|mp4) {
        root /www/media;
    }
}
Posted by: Guest on September-15-2021
0

nginx linux

sudo apt update
sudo apt install nginx
Posted by: Guest on April-29-2020

Browse Popular Code Answers by Language