summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--images/router/nginx/http/wiki13
-rw-r--r--services/router.yml1
2 files changed, 14 insertions, 0 deletions
diff --git a/images/router/nginx/http/wiki b/images/router/nginx/http/wiki
new file mode 100644
index 0000000..b10320c
--- /dev/null
+++ b/images/router/nginx/http/wiki
@@ -0,0 +1,13 @@
+server {
+ listen 443 ssl http2;
+ listen [::]:443 ssl http2;
+
+ server_name w.*;
+
+ include snippets/ssl_http;
+ include snippets/wellknown;
+
+ location / {
+ proxy_pass http://wiki;
+ }
+}
diff --git a/services/router.yml b/services/router.yml
index 5c245fd..ed2921f 100644
--- a/services/router.yml
+++ b/services/router.yml
@@ -11,6 +11,7 @@ services:
- git
- paste
- znc
+ - wiki
ports:
- "80:80" # http
- "443:443" # https