| Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 add_header Strict-Transport-Security "max-age=2592000"; | |
| 2 | |
| 3 location / { | |
| 4 root /home/hg/web; | |
| 5 rewrite ^/customization/(.*) /abpcustomization/$1 permanent; | |
| 6 fastcgi_pass unix:/var/run/hgweb.sock; | |
| 7 include fastcgi_params; | |
| 8 fastcgi_param SCRIPT_NAME ""; | |
| 9 } | |
| 10 | |
| 11 location /static/ { | |
| 12 root /usr/share/mercurial/templates; | |
| 13 } | |
| 14 | |
| 15 location /robots.txt { | |
| 16 root /home/hg/web; | |
| 17 } | |
| OLD | NEW |