Files
tusuii 14b4099cdf
Some checks failed
ecommerce admin pannel/pipeline/head Something is wrong with the build of this commit
uploaded k8s and jenkinsfile
2026-03-10 22:38:39 +05:30

12 lines
177 B
Nginx Configuration File

server {
listen 80;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
client_max_body_size 10m;
}