'README.md' updaten
This commit is contained in:
parent
985e0be1ce
commit
d269241505
1 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -58,12 +58,12 @@ Configure your webserver, to connect your application root (for example `octomod
|
|||
This is an example for nginx webservers:
|
||||
|
||||
```
|
||||
# ----------------------------------------------------
|
||||
# OCTOMODE
|
||||
# ----------------------------------------------------
|
||||
# OCTOMODE
|
||||
|
||||
location /octomode/ {
|
||||
proxy_pass http://localhost:5555;
|
||||
}
|
||||
location /octomode/ {
|
||||
proxy_pass http://localhost:5555;
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue