Spaces:
Running
Running
Update nginx.conf
Browse files- nginx.conf +1 -9
nginx.conf
CHANGED
|
@@ -29,12 +29,4 @@ http {
|
|
| 29 |
try_files $uri $uri/ /index.html;
|
| 30 |
}
|
| 31 |
}
|
| 32 |
-
}
|
| 33 |
-
proxy_set_header X-Forwarded-Proto $scheme;
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
location / {
|
| 37 |
-
try_files $uri $uri/ /index.html;
|
| 38 |
-
}
|
| 39 |
-
}
|
| 40 |
-
}
|
|
|
|
| 29 |
try_files $uri $uri/ /index.html;
|
| 30 |
}
|
| 31 |
}
|
| 32 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|