Skip to content

Commit 280d8a9

Browse files
committed
wip
1 parent 353a788 commit 280d8a9

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.3",
15+
"php": "^7.3"
16+
},
17+
"require-dev": {
1618
"laravel-zero/framework": "^8.0",
1719
"laravel/forge-sdk": "^3.2",
1820
"nunomaduro/laravel-console-menu": "^3.1",
1921
"symfony/browser-kit": "^5.1",
2022
"symfony/http-client": "^5.1",
21-
"symfony/yaml": "^5.1"
22-
},
23-
"require-dev": {
23+
"symfony/yaml": "^5.1",
2424
"mockery/mockery": "^1.4.2",
2525
"phpunit/phpunit": "^9.3"
2626
},

docs/nginx-configuration/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Nginx Configuration
3+
order: 11
4+
---

docs/nginx-configuration/pull.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Pull Nginx config
3+
order: 2
4+
---
5+
6+
# Pull Nginx config
7+
8+
You can pull down the site nginx configuration file using `forge nginx:pull`.
9+
10+
This will write a file called `nginx-forge-[environment].conf`.

docs/nginx-configuration/push.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Push Nginx config
3+
order: 1
4+
---
5+
6+
# Push Nginx config
7+
8+
When you made changes to your `nginx-forge-[environment].conf` file, you can update the Nginx configuration by running `forge nginx:push`.

0 commit comments

Comments
 (0)