Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 618 Bytes

File metadata and controls

13 lines (7 loc) · 618 Bytes

Example Section

The file proxy app is a microservice with an optional web ui. We do not want to provide any user authentication or authorization. A microservice should be secured by its environment. So we provide example configurations for various environment systems.

If you prefer using as laravel application container you can add authorization and authentication by providing middleware and doing the laravel make:auth command. But we recommend using this service inside your infrastructure.

nginx configuration

Check out ./nginx/nginx.conf

apache2 configuration

Check out ./apache2/apache.conf