Skip to content
Snippets Groups Projects
Commit 9e7d9514 authored by Nils G.'s avatar Nils G.
Browse files

Update Readme and nginx_config file

parent 1582cd5f
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,9 @@ Wenn die Skripte ``0_`` bis ``3_`` ausgefuehrt werden, sollte ein Docker Contain
``entrypoint.sh`` (zusaetzlich zu anderen Datein) wird in den Container kopiert. Das Skript wird immer ausgefuehrt, wenn der Container startet.
Die Docker Container interne web2py Version kann geupdated werden, indem der Container und das Image komplett geloescht und neuerstellt wird.
(Siehe ``X_ 1_ 2_ 3_`` Dateien)
5) Server Neustart
......
......@@ -44,6 +44,11 @@ server {
autoindex on;
#Disable this location to access the web2py admin page via browser
location = /admin {
return 404;
}
location = /16f766f2f5d7ff50934fb25604a14e9fd4126771/ {
proxy_pass http://localhost:4242;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment