gaialive commited on
Commit
64b7527
·
verified ·
1 Parent(s): 9dc9c7d

Upload nginx.conf

Browse files
Files changed (1) hide show
  1. client/nginx.conf +1 -1
client/nginx.conf CHANGED
@@ -11,7 +11,7 @@ server {
11
  location / {
12
  root /usr/share/nginx/html;
13
  index index.html index.htm;
14
- try_files $uri $uri/ /index.html;
15
  }
16
 
17
  # Proxy API requests to the backend (same container)
 
11
  location / {
12
  root /usr/share/nginx/html;
13
  index index.html index.htm;
14
+ try_files $uri $uri/ =404;
15
  }
16
 
17
  # Proxy API requests to the backend (same container)