Skip to content
Snippets Groups Projects
Commit 94bc2f3b authored by Hervé Ménager's avatar Hervé Ménager
Browse files

correct nginx configuration

parent a55ff321
No related branches found
No related tags found
3 merge requests!52Bring all changes from dev into master,!51merge fast-api into dev,!42[WIP - do not merge for now] modify docker-compose to use the nuxtjs client
......@@ -3,15 +3,13 @@ server {
listen [::]:80;
server_name localhost;
root /usr/share/nginx/html;
location / {
root /usr/share/nginx/html;
try_files $uri $uri/index.html index.html;
try_files $uri $uri/index.html /index.html;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment