|
|
@ -58,12 +58,12 @@ 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; |
|
|
|
} |
|
|
|
# ---------------------------------------------------- |
|
|
|
# OCTOMODE |
|
|
|
|
|
|
|
location /octomode/ { |
|
|
|
proxy_pass http://localhost:5555; |
|
|
|
} |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|