A
Size: a a a
EN
EN
EN
EN
EN
O
EN
EF
/opt/platform
/opt/landing
server {
listen 80;
listen [::]:80;
server_name localhost;
access_log /var/log/nginx/host.access.log main;
location /platform {
root /opt/platform;
index index.html;
}
location / {
root /opt/landing;
index index.html;
}
error_page 404 /404.html;
location = /40x.html {
root /usr/share/nginx/html;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}
ВБ
DN