Skip to content
Snippets Groups Projects
Commit 25a31dc3 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add default nginx conf

parent e3472c30
No related branches found
No related tags found
1 merge request!7K8s deploy
Pipeline #111438 canceled with stages
in 13 seconds
server_tokens off;
server {
listen 8080;
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri /index.html;
}
}
\ No newline at end of file
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