uploaded k8s and jenkinsfile
Some checks failed
ecommerce admin pannel/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
tusuii
2026-03-10 22:38:39 +05:30
parent 39d42663c0
commit 14b4099cdf
6 changed files with 191 additions and 4 deletions

11
nginx.conf Normal file
View File

@@ -0,0 +1,11 @@
server {
listen 80;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
client_max_body_size 10m;
}