We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469626e commit ea0e819Copy full SHA for ea0e819
nginx/filesystem/etc/nginx/conf.d/nginx.conf
@@ -43,17 +43,13 @@ server {
43
#charset koi8-r;
44
#access_log /var/log/nginx/host.access.log main;
45
46
- location = / {
+ location / {
47
root /usr/share/nginx/html;
48
# First attempt to serve request as file, then
49
# as directory, then redirect to index(angular) if no file found.
50
try_files $uri $uri/ /index.html;
51
}
52
53
- location / {
54
- return 404;
55
- }
56
-
57
location /api/v1 {
58
proxy_pass http://${IP_ADDRESS}:8081;
59
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
0 commit comments