lepu-test-platform-web/compose/front/default.conf

15 lines
308 B
Plaintext

server {
listen 80;
server_name 180.76.106.6;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}