@ -41,9 +41,9 @@ http {
server_name web;
root /usr/share/nginx/html;
location / {
location /{
root html;
index index.html;
error_page 404 /index.html;
}
location ^~ /oauth/redirect {