'README.md' updaten
This commit is contained in:
parent
985e0be1ce
commit
d269241505
12
README.md
12
README.md
@ -58,12 +58,12 @@ Configure your webserver, to connect your application root (for example `octomod
|
|||||||
This is an example for nginx webservers:
|
This is an example for nginx webservers:
|
||||||
|
|
||||||
```
|
```
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
# OCTOMODE
|
# OCTOMODE
|
||||||
|
|
||||||
location /octomode/ {
|
location /octomode/ {
|
||||||
proxy_pass http://localhost:5555;
|
proxy_pass http://localhost:5555;
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user