Commit 94a1e7a 1 parent fad65b6 commit 94a1e7a Copy full SHA for 94a1e7a
File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
## {{ UNRELEASED_VERSION }} - [ {{ UNRELEASED_DATE }}] ({{ UNRELEASED_LINK }})
2
2
3
- * Updated lando/php to v1.5.0..
3
+ * Updated lando/php to v1.5.0.
4
4
5
5
## v1.6.0 - [ September 30, 2024] ( https://github.com/lando/laravel/releases/tag/v1.6.0 )
6
6
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ config:
10
10
webroot : bob
11
11
database : mysql:5.7
12
12
cache : memcached:1.5.12
13
+ ssl : true
13
14
xdebug : true
14
15
config :
15
16
database : config/mysql.cnf
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ lando exec appserver -- curl -L appserver_nginx/info.php | grep memory_limit | g
45
45
lando php -i | grep memory_limit | grep -e " -1"
46
46
lando exec appserver -- php -i | grep " memory_limit" | grep -e " -1"
47
47
48
+ # Should serve and be accessible over ssl if specified
49
+ lando exec appserver_nginx -- curl https://localhost
50
+ lando exec appserver -- curl https://appserver_nginx
51
+
48
52
# Should be able to connect to the database with the default creds
49
53
lando mysql laravel -e quit
50
54
You can’t perform that action at this time.
0 commit comments