1
Fork 0
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:
Quackster 2025-03-20 21:51:52 +10:00 committed by GitHub
parent b3111cdcea
commit aee830679d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;