We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44297bf commit 8f4d9f6Copy full SHA for 8f4d9f6
Docker/nginx-nossl.conf
@@ -24,8 +24,11 @@ http {
24
server {
25
listen 80;
26
27
- location / {
+ location / {
28
root /usr/share/nginx/html;
29
+ index index.html;
30
+
31
+ try_files $uri $uri/ /index.html?$args;
32
error_log /var/log/front_end_errors.log;
33
}
34
location /api/ {
Docker/nginx-ssl.conf
@@ -28,6 +28,9 @@ http {
location / {
35
36
0 commit comments