mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 17:45:36 +00:00
update filemap
This commit is contained in:
parent
875e5c8d55
commit
2ac446a78f
7 changed files with 11 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ Alternatively, add following requirements to existing `default_server`:
|
|||
|
||||
```
|
||||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/handles/redirect.conf;
|
||||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/locations.conf;
|
||||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/location.conf;
|
||||
```
|
||||
|
||||
Test configuration and apply changes
|
||||
|
|
@ -41,7 +41,7 @@ Remove following requirements from existing `default_server`:
|
|||
|
||||
```
|
||||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/handles/redirect.conf;
|
||||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/locations.conf;
|
||||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/location.conf;
|
||||
```
|
||||
|
||||
Remove symlink if added before:
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ server {
|
|||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/handles/redirect.conf;
|
||||
|
||||
# Include available locations
|
||||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/locations.conf;
|
||||
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/location.conf;
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@ This is subfolder configuration, use `server.conf` preset only when `default_ser
|
|||
Alternatively, add following line to existing `default_server`:
|
||||
|
||||
```
|
||||
include /etc/yggbro/nginx/texty.org.ua/yggbro/texty.org.ua/locations.conf;
|
||||
include /etc/yggbro/nginx/texty.org.ua/yggbro/texty.org.ua/location.conf;
|
||||
```
|
||||
|
||||
Test configuration and apply changes
|
||||
|
|
@ -30,7 +30,7 @@ Remove symlink if exists:
|
|||
Remove following line from existing `default_server`:
|
||||
|
||||
```
|
||||
include /etc/yggbro/nginx/texty.org.ua/yggbro/texty.org.ua/locations.conf;
|
||||
include /etc/yggbro/nginx/texty.org.ua/yggbro/texty.org.ua/location.conf;
|
||||
```
|
||||
|
||||
Test configuration and apply changes
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ server {
|
|||
server_name _;
|
||||
|
||||
# Include available locations
|
||||
include /etc/yggbro/nginx/texty.org.ua/yggbro/texty.org.ua/locations.conf;
|
||||
include /etc/yggbro/nginx/texty.org.ua/yggbro/texty.org.ua/location.conf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue