nginx reverse proxy
This commit is contained in:
BIN
ctp_blogr.sqlite
BIN
ctp_blogr.sqlite
Binary file not shown.
@@ -19,3 +19,5 @@ def includeme(config):
|
||||
config.add_route('histo_list', '/histo_list')
|
||||
config.add_route('histo_edit', '/histo_edit/{no_id}')
|
||||
config.add_route('portfolio', '/portfolio')
|
||||
# personal
|
||||
config.add_route('portal', '/portal')
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB |
BIN
ctp_blogr/static/nginx_proxy_reverse.png
Normal file
BIN
ctp_blogr/static/nginx_proxy_reverse.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
@@ -149,3 +149,9 @@ def user_edit(request):
|
||||
'name': name,
|
||||
}
|
||||
|
||||
@view_config(route_name='portal', renderer='../templates/portal.jinja2')
|
||||
def portal(request):
|
||||
|
||||
return {
|
||||
'page_title': "A propos",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user