'README.md' updaten
This commit is contained in:
parent
d269241505
commit
da5d22c6df
@ -58,13 +58,9 @@ 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
|
|
||||||
|
|
||||||
location /octomode/ {
|
location /octomode/ {
|
||||||
proxy_pass http://localhost:5555;
|
proxy_pass http://localhost:5555;
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
And finally, run the application.
|
And finally, run the application.
|
||||||
|
Loading…
Reference in New Issue
Block a user