Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:deploy:nginx [2021/07/06 09:47] kalenpw |
development:deploy:nginx [2021/07/06 09:48] (current) kalenpw |
||
---|---|---|---|
Line 21: | Line 21: | ||
---- | ---- | ||
- | **http2** | + | **http2** |
Only works with TLS and modern browsers (though 95%+ usage) | Only works with TLS and modern browsers (though 95%+ usage) | ||
<code nginx> | <code nginx> | ||
Line 31: | Line 31: | ||
---- | ---- | ||
- | **Reverse Proxy** | + | **Reverse Proxy** |
Useful for services that run on abnormal ports, but you want to have clean urls to access them | Useful for services that run on abnormal ports, but you want to have clean urls to access them | ||
Line 44: | Line 44: | ||
---- | ---- | ||
- | ** Redirect all URLs to root** | + | ** Redirect all URLs to root** |
Used, for example, on kalen.pw so any non-found files are redirected to the homepage (as opposed to serving a 404) | Used, for example, on kalen.pw so any non-found files are redirected to the homepage (as opposed to serving a 404) | ||
<code nginx> | <code nginx> |