mirror of
https://github.com/Quackster/Minerva.git
synced 2025-06-29 21:07:45 +00:00
Add nginx clarification
This commit is contained in:
parent
b3111cdcea
commit
aee830679d
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ echo file_get_contents("http://127.0.0.1:8090/?" . $_SERVER['QUERY_STRING']);
|
|||
?>
|
||||
```
|
||||
|
||||
An example with Nginx:
|
||||
|
||||
```nginx
|
||||
location /imaging/ {
|
||||
proxy_pass http://127.0.0.1:8090;
|
||||
|
|
Loading…
Add table
Reference in a new issue