Commit a5935f24 by shah

nginx

parent 7449db84
Pipeline #13436 passed with stage
in 4 seconds
......@@ -16,9 +16,9 @@ server {
root /usr/share/nginx/html;
location / {
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}
# location / {
# index index.html index.htm;
# try_files $uri $uri/ /index.html =404;
# }
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment