mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
Update nginx.md
This commit is contained in:
parent
37a73149d4
commit
f68e4952c9
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,9 @@ Note that this does not include a cache configuration and that gancio does
|
||||||
not use a cache control at all, if you can help with this task you're
|
not use a cache control at all, if you can help with this task you're
|
||||||
welcome.
|
welcome.
|
||||||
|
|
||||||
|
- __You should be in the correct directory__
|
||||||
|
`/etc/nginx/sites-available`
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
@ -74,3 +77,8 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- __Following this, you should create a link to the file in sites-enabled:__
|
||||||
|
```bash
|
||||||
|
ln -s /etc/nginx/sites-available/<your-config> /etc/nginx/sites-enabled/
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue