Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Lynchburg Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lynchburg
Lynchburg Server
Commits
9e7d9514
Commit
9e7d9514
authored
4 years ago
by
Nils G.
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme and nginx_config file
parent
1582cd5f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfiles/README.md
+3
-0
3 additions, 0 deletions
Dockerfiles/README.md
Dockerfiles/nginx_config
+5
-0
5 additions, 0 deletions
Dockerfiles/nginx_config
with
8 additions
and
0 deletions
Dockerfiles/README.md
+
3
−
0
View file @
9e7d9514
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Dockerfiles/nginx_config
+
5
−
0
View file @
9e7d9514
...
...
@@ -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;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment