Commit Graph

11 Commits (7dc8db9ea8442f0c30a591c1627e85b27c6bde46)

Author SHA1 Message Date
zeripath 5c3be56f7b
Add IIS Reverse Proxy documentation ()
* Add IIS Reverse Proxy documentation

@mahdiit in  described how to set up IIS as a reverse proxy. This
PR adds these to our documentation.

Close 

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update docs/content/doc/usage/reverse-proxies.en-us.md

Co-Authored-By: mrsdizzie <info@mrsdizzie.com>

Co-authored-by: mrsdizzie <info@mrsdizzie.com>
Gary Kim 5563d56a32
Update static resources documentation ()
Signed-off-by: Gary Kim <gary@garykim.dev>

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>
Erwan Colin 2401779aac Correct a language error in reverse proxy doc ()
* Correct a language error in reverse proxy doc

* Apply suggestions from code review

Co-Authored-By: zeripath <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
NZTim f8a6eb8f32 Apache configuration for Let's Encrypt webroot validation ()
Jakob Ackermann 00629fea95 [assets] configurable URL for static resources ()
* static url

* add cors support for static resources

* [assets] work on the migration to configurable url for assets

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>

* [misc] fix whitespace

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>

* [assets] fix the loading of the manifest.json

It is generated dynamically, and as such can not be served by the cdn.

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>

* Revert "add cors support for static resources"

This reverts commit 42f964fd18

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>

* [docs] add the STATIC_URL_PREFIX option

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>

* [docs] reverse-proxy: nginx: add two setups for STATIC_URL_PREFIX

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>

* [assets] migrate the url of a new asset to the static url prefix

REF: f2a3abc683
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
mrsdizzie 700cd346fa Fix regression in reverse proxy documentation ()
From Apache: AllowEncodedSlashes not allowed in <Proxy> context

Move this out of <Proxy> block

Fixes 
Gary Kim cc384d767e Specify using AllowEncodedSlashes and nocanon for httpd ()
When using wiki page names that include a slash
behind a Apache HTTPD reverse proxy,
AllowEncodedSlashes NoDecode
and appending nocanon to the ProxyPass
directive is required. This commit adds that
information to the documentation.

Signed-off-by: Gary Kim <gary@garykim.dev>
Aidan Fitzgerald f5cf9a8355 Copyedit docs ()
BetaCat 1972383216 ZH-CN translation of Usage part ()
Fluf 48797e7199 Gitea with Caddy with sub-path documentation. ()
Matches rest of headings
Fluf 416ded5f3e Add documentation for reverse proxies ()
Fixes