This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrantfile: | |
target: aws | |
vm: | |
provider: | |
aws: | |
access_key_id: xxxx | |
secret_access_key: xxxx | |
machines: | |
vfawsm_dqanz95nz33v: | |
id: login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen *:80; | |
server_name time.dev www.time.dev; | |
client_max_body_size 1m; | |
root /var/www/time/web; | |
index app_dev.php; | |
access_log /var/log/nginx/xxx_time.access.log; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nxv_ctd9a7obyfx1: | |
server_name: awesome.com | |
server_aliases: | |
- www.awesome.com | |
www_root: /var/www/awesome/web | |
listen_port: '80' | |
index_files: | |
- index.html | |
- index.htm | |
- index.php |