Customer
Comments
-
Edit the first post in this topic to change the contents of the Privacy Policy page.
-
Is it possible to remove the trailing slash? Unfortunately, it not possible. We use the following Nginx directive try_files $uri $uri/ =404; which is not customizable by users. As explained in t...
-
But what if my tests need access to a service, specifically a database?
-
Those don’t work in the build environment. (Also, they’re not technically unit tests at that point.) If you need tests that run on a service, you could use a post-deploy hook and have it run only ...
-
What about proper redirecting when Vue Router is in ‘history’ mode? I know that Platform has their own way of doing redirects, wondering whether I need to touch the routes.yaml file.
-
@modermo I think what you want is to add passthru option to the web location YAML object. That option will for all the routes to be passed to the index.html, and you can handle that route in your ...
-
@ yann-deshayes That works. Thanks for that. I would consider including this in the above documentation, as getting History mode for a Vue SPA working on different server environments is a common b...
-
Another approach would be to compile minio from source… an even shorter : name: minio type: golang:1.11 hooks: build: go get -u github.com/minio/minio commands: start: ~/go/bin/minio serve...
-
Due to popular demand Platform.sh now has a common lisp runtime
-
It was probably less effort than proofreading my magnum opus