Browse Source

'README.md' updaten

master
mb 5 months ago
parent
commit
da5d22c6df
  1. 6
      README.md

6
README.md

@ -58,13 +58,9 @@ Configure your webserver, to connect your application root (for example `octomod
This is an example for nginx webservers:
```
# ----------------------------------------------------
# OCTOMODE
location /octomode/ {
proxy_pass http://localhost:5555;
}
}
```
And finally, run the application.

Loading…
Cancel
Save