https://github.com/umihico/lemp
my LEMP infrastructure as code
https://github.com/umihico/lemp
Last synced: about 2 months ago
JSON representation
my LEMP infrastructure as code
- Host: GitHub
- URL: https://github.com/umihico/lemp
- Owner: umihico
- Created: 2019-09-15T04:46:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T10:29:07.000Z (over 5 years ago)
- Last Synced: 2025-01-15T23:15:54.289Z (9 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.
├── lemp
│ ├── .git ()
│ ├── .gitignore
│ ├── build.sh
│ ├── docker-compose.yml
│ ├── dockerfiles
│ │ └── php
│ │ └── Dockerfile
│ ├── init_ec2.sh
│ ├── init_ec2_scripts.sh
│ ├── letsencrypt
│ │ ├── fullchain.pem
│ │ └── privkey.pem
│ ├── mysql // gitignored volume
│ ├── mysql.env
│ └── nginx
│ ├── conf.d
│ │ └── default.conf
│ ├── nginx.conf
│ └── sites-available
│ ├── portfolios.umihi.co.conf
│ └── umihi.co.conf
├── portfolios.umihi.co //Laravel project
│ └── .git
└── umihi.co //Laravel project
└── .git