Mercurial > p > roundup > code
comparison doc/installation.txt @ 7499:a072331c843b
Change customizing to customising in all variants.
Make the spelling of customizing follow the British (also Australian
since Richard Jones is from there) spelling. Non-native English
speakers will see a consistent spelling of the word. The filename is
still customizing.txt/html (US spelling) though.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 18 Jun 2023 11:35:16 -0400 |
| parents | feb970243b97 |
| children | c550b338616a |
comparison
equal
deleted
inserted
replaced
| 7498:924b07252412 | 7499:a072331c843b |
|---|---|
| 1180 | 1180 |
| 1181 # have nginx return files from @@file directly rather than | 1181 # have nginx return files from @@file directly rather than |
| 1182 # going though roundup | 1182 # going though roundup |
| 1183 location /@@file/ { | 1183 location /@@file/ { |
| 1184 rewrite ^/@@file/(.*) /html/$1 break; | 1184 rewrite ^/@@file/(.*) /html/$1 break; |
| 1185 # note that you can not use cache control (see customizing doc) | 1185 # note that you can not use cache control (see customising doc) |
| 1186 # in roundup to set the expires headers since we are | 1186 # in roundup to set the expires headers since we are |
| 1187 # bypassing roundup. Consider using a map or different | 1187 # bypassing roundup. Consider using a map or different |
| 1188 # location stanzas to vary the expiration times. | 1188 # location stanzas to vary the expiration times. |
| 1189 expires 1h; | 1189 expires 1h; |
| 1190 } | 1190 } |
