[Hejes-devel] [1799] lets encrypt
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Fri Apr 6 14:23:46 CEST 2018
Revision: 1799
Author: mittelholcz
Date: 2018-04-06 14:23:46 +0200 (Fri, 06 Apr 2018)
Log Message:
-----------
lets encrypt
Modified Paths:
--------------
trunk/web2py/routes.py
trunk/web2py/routes.py.clara
trunk/web2py/routes.py.down
trunk/web2py/routes.py.ezit
Added Paths:
-----------
trunk/web2py/applications/helyesiras_webdev/static/.well-known/
trunk/web2py/applications/helyesiras_webdev/static/.well-known/acme-challenge/
trunk/web2py/applications/helyesiras_webdev/static/.well-known/acme-challenge/6AasK7dUv3zO79N4_4H47QaAZXjAnJaGktaTdLQo-9Y
Added: trunk/web2py/applications/helyesiras_webdev/static/.well-known/acme-challenge/6AasK7dUv3zO79N4_4H47QaAZXjAnJaGktaTdLQo-9Y
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/static/.well-known/acme-challenge/6AasK7dUv3zO79N4_4H47QaAZXjAnJaGktaTdLQo-9Y (rev 0)
+++ trunk/web2py/applications/helyesiras_webdev/static/.well-known/acme-challenge/6AasK7dUv3zO79N4_4H47QaAZXjAnJaGktaTdLQo-9Y 2018-04-06 12:23:46 UTC (rev 1799)
@@ -0,0 +1 @@
+valami
Modified: trunk/web2py/routes.py
===================================================================
--- trunk/web2py/routes.py 2018-03-19 15:05:33 UTC (rev 1798)
+++ trunk/web2py/routes.py 2018-04-06 12:23:46 UTC (rev 1799)
@@ -11,7 +11,8 @@
(r'.*:/robots.txt', r'/helyesiras/static/robots.txt'),
(r'.*:/ads.txt', r'/helyesiras/static/ads.txt'),
(r'.*:/sitemap.xml', r'/helyesiras/static/sitemap.xml'),
- (r'.*:/googledd873971c5893b8f.html', r'/helyesiras/static/googledd873971c5893b8f.html')
+ (r'.*:/googledd873971c5893b8f.html', r'/helyesiras/static/googledd873971c5893b8f.html'),
+ (r'/(?P<letsenc>\.well-known/acme-challenge/.*)', r'/helyesiras/static/\g<letsenc>')
)
# This sets the default web2py application (MM)
Modified: trunk/web2py/routes.py.clara
===================================================================
--- trunk/web2py/routes.py.clara 2018-03-19 15:05:33 UTC (rev 1798)
+++ trunk/web2py/routes.py.clara 2018-04-06 12:23:46 UTC (rev 1799)
@@ -9,7 +9,8 @@
#
routes_in = ((r'.*:/favicon.ico', r'/helyesiras_webdev/static/favicon.ico'),
(r'.*:/robots.txt', r'/helyesiras_webdev/static/robots.txt'),
- (r'.*:/sitemap.xml', r'/helyesiras_webdev/static/sitemap.xml')
+ (r'.*:/sitemap.xml', r'/helyesiras_webdev/static/sitemap.xml'),
+ (r'/(?P<letsenc>\.well-known/acme-challenge/.*)', r'/helyesiras/static/\g<letsenc>')
)
# This sets the default web2py application (MM)
Modified: trunk/web2py/routes.py.down
===================================================================
--- trunk/web2py/routes.py.down 2018-03-19 15:05:33 UTC (rev 1798)
+++ trunk/web2py/routes.py.down 2018-04-06 12:23:46 UTC (rev 1799)
@@ -9,7 +9,8 @@
#
routes_in = ((r'.*:/favicon.ico', r'/helyesiras_webdev/static/favicon.ico'),
(r'.*:/robots.txt', r'/helyesiras_webdev/static/robots.txt'),
- (r'.*/helyesiras.*', r'/down_for_maintenance'))
+ (r'.*/helyesiras.*', r'/down_for_maintenance')),
+ (r'/(?P<letsenc>\.well-known/acme-challenge/.*)', r'/helyesiras/static/\g<letsenc>')
# This sets the default web2py application (MM)
default_application = "down_for_maintenance"
Modified: trunk/web2py/routes.py.ezit
===================================================================
--- trunk/web2py/routes.py.ezit 2018-03-19 15:05:33 UTC (rev 1798)
+++ trunk/web2py/routes.py.ezit 2018-04-06 12:23:46 UTC (rev 1799)
@@ -11,7 +11,8 @@
(r'.*:/robots.txt', r'/helyesiras/static/robots.txt'),
(r'.*:/ads.txt', r'/helyesiras/static/ads.txt'),
(r'.*:/sitemap.xml', r'/helyesiras/static/sitemap.xml'),
- (r'.*:/googledd873971c5893b8f.html', r'/helyesiras/static/googledd873971c5893b8f.html')
+ (r'.*:/googledd873971c5893b8f.html', r'/helyesiras/static/googledd873971c5893b8f.html'),
+ (r'/(?P<letsenc>\.well-known/acme-challenge/.*)', r'/helyesiras/static/\g<letsenc>')
)
# This sets the default web2py application (MM)
More information about the Hejes-devel
mailing list