Opened 13 years ago
Closed 12 years ago
#11945 closed Patch - Feature (Fixed)
Add nginx Configuration Example
| Reported by: | Owned by: | Stuart Auchterlonie | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | Plugin - MythWeb | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I have added an example nginx configuration file and updated the INSTALL file with instructions on how to setup Mythweb using nginx.
Pull request here:
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
The index isn't used, as everything that matches *.php ends up getting passed through to php-fpm and essentially everything gets rewritten to mythweb.php something. I can change it if there is a better pattern than what I am currently doing.
As far as passing the hostname I think you are correct that it is not required. I'll check later and update the pull request.
Thanks for the feedback.
comment:3 by , 13 years ago
I have verified that hostname is not required and have updated the pull request.
comment:4 by , 13 years ago
| Milestone: | unknown → 0.28 |
|---|---|
| Owner: | changed from to |
| Status: | new → accepted |
I'm already running this setup and have been for a while, so i'll take this one.
Stuart
comment:5 by , 12 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |

Great stuff but shouldn't the index be set to mythweb.php? The project has no index.html or index.htm. Also, is it necessary to pass the host name? I don't do that on my setup.