aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index a4f820f..3dea85b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,7 +2,22 @@
Docker base AUR Package builder for local arch repo
-Packages are put in `/srv/arch/`
+## Locations
+
+* Output, db and webroot `/srv/arch/`
+* Dockerfile and scripts for the Container ``
+* Scripts ``
+
+## nginx
+
+Config in `nginx.conf`
+
+```nginx
+# in http block
+
+include /etc/nginx/arch.conf;
+#include /etc/nginx/arch_ssl.conf;
+```
## Workflow