Download:
child 4:ae976b742c85
parent 2:88933f6c62bd
3:862a025e0e2b
Anton Shestakov <av6@dwimlabs.net>, Sat, 20 Feb 2016 16:19:00 +0800
remove limit_except GET Its use is covered at https://www.mercurial-scm.org/wiki/PublishRepositoriesOnNginx#Reverse_proxy

1 файлов изменено, 0 вставок(+), 4 удалений(-) [+]
roles/hgweb/templates/etc/nginx/sites-available/hgweb file | annotate | diff | comparison | revisions
--- a/roles/hgweb/templates/etc/nginx/sites-available/hgweb Sat Feb 20 15:57:54 2016 +0800
+++ b/roles/hgweb/templates/etc/nginx/sites-available/hgweb Sat Feb 20 16:19:00 2016 +0800
@@ -14,10 +14,6 @@
root /home/{{ user }}/hg/mercurial/templates/;
location / {
- limit_except GET {
- deny all;
- }
-
proxy_pass http://hgweb;
proxy_redirect off;
proxy_buffering off;