Skynix Servers Configurations
  1. Skynix Servers Configurations

server-configs-nginx

Public
AuthorCommitMessageCommit dateIssues
rootroot
47836863887Added PWA Nginx config
Oleksii ProzhogaOleksii Prozhoga
17db1a679aaEnabled health-check
rootroot
ce53f9686c3Fixed acme path
Oleksii ProzhogaOleksii Prozhoga
d5b95328356Updates for terraformed AWS architectures
anton.matyunin@skynix.coanton.matyunin@skynix.co
e9466dc06aaUpdated Nginx root directive
anton.matyunin@skynix.coanton.matyunin@skynix.co
dbe88ac1824Added handling https configs
anton.matyunin@skynix.coanton.matyunin@skynix.co
dde5e0287d3Fixed no port in upstream "fastcgi_backend"
anton.matyunin@skynix.coanton.matyunin@skynix.co
752656bcfbdAdded HTTPS for fpm
anton.matyunin@skynix.coanton.matyunin@skynix.co
920f48e1acfFixed OPEN_FILE_CACHE_CONF_ENABLED
anton.matyunin@skynix.coanton.matyunin@skynix.co
590354b76f5Some updates
anton.matyunin@skynix.coanton.matyunin@skynix.co
887cd3bd10bAdded http-fpm template
Anton MatyuninAnton Matyunin
12dcfdddd5aadd keepalive support when connect to backend
anton.matyunin@skynix.coanton.matyunin@skynix.co
07101362df4Added nginx.conf.j2, fastcgi_params and http-fpm.conf.j2
anton.matyunin@skynix.coanton.matyunin@skynix.co
732b0bc6f69Updated full path from ssl.conf.j2
anton.matyunin@skynix.coanton.matyunin@skynix.co
b1ecac5825dRemoved full path from ssl.conf.j2
anton.matyunin@skynix.coanton.matyunin@skynix.co
06c5f8667e1Added ssl.conf.j2
Anton MatyuninAnton Matyunin
e4154843cfdhttps-proxy.conf.j2 edited online with Bitbucket
Anton MatyuninAnton Matyunin
5a4e036d461http-to-https.conf.j2 edited online with Bitbucket
Anton MatyuninAnton Matyunin
70763913538protect-system-files.conf edited online with Bitbucket
Anton MatyuninAnton Matyunin
218cf8e3d03Moved ACME root
anton.matyunin@skynix.coanton.matyunin@skynix.co
7e5536b4e94Added templates for ansible
Anton MatyuninAnton Matyunin
ce0074918d8fixed .thumbs
Anton MatyuninAnton Matyunin
17ab2be7993nginx.conf edited online with Bitbucket
Anton MatyuninAnton Matyunin
a801d905a7fhttp-host.conf edited online with Bitbucket
Anton MatyuninAnton Matyunin
2372a30a98fhttp-host.conf edited online with Bitbucket
Anton MatyuninAnton Matyunin
a0b3d209b17proxy-buffers-on.conf edited online with Bitbucket
Anton MatyuninAnton Matyunin
b3ccd9f29bcproxy-buffers-on.conf edited online with Bitbucket
anton.matyunin@skynix.coanton.matyunin@skynix.co
19268133af6Uncommented certificates path
Anton MatyuninAnton Matyunin
4f0ca44ca02https-proxy.conf edited online with Bitbucket
anton.matyunin@skynix.coanton.matyunin@skynix.co
8890bab3a6aFix logs path
anton.matyunin@skynix.coanton.matyunin@skynix.co
cbaffaed7beRedesign configs
Andy DawsonGitHubAndy Dawson
c5c6602232eoops
Andy DawsonAndy Dawson
312772d4dbbUpdate version
Andy DawsonAndy Dawson
f1e7b853232Regenreate change log
Andy DawsonAndy Dawson
3bda5b93edbAdd defaults to all directives in nginx.confThe reason most of these are changed is already covered by the existing doc block closes #127
Andy DawsonGitHubAndy Dawson
eca3919c880MMerge pull request #155 from electerious/patch-1Updated gzip_types and charset_types code convention
Andy DawsonGitHubAndy Dawson
bede62c386bMMerge pull request #151 from JoeArizona/patch-1Added mime types for JPEG-XR, markdown, and CSV
Andy DawsonGitHubAndy Dawson
ba73ae2f89fMMerge pull request #142 from pentago/spdy-offRemoved SPDY support as we're using HTTP/2 now.
Andy DawsonAndy Dawson
34c2114527fDon't need that expires
Matthew MillerAndy DawsonMatthew Miller
d2f4e5c68f0Remove cache-control public and better handle svgz filesFixes: #86 Fixes: #134
Andy DawsonAndy Dawson
351e70671e1Don't use expire headers in doc examples
Andy DawsonGitHubAndy Dawson
1cc4b14e516MMerge pull request #168 from alanorth/cache-control-publicUse Cache-Control instead of Expires
Johannes MüllerAndy DawsonJohannes Müller
c96e0adf126Enable IPv6 for no-default
Andy DawsonGitHubAndy Dawson
391375e1e7fMMerge pull request #171 from quantumpacket/patch-1Remove Unnecessary Trailing Semicolon
Andy DawsonGitHubAndy Dawson
780aceba92fMMerge pull request #172 from quantumpacket/patch-2Update ssl_ciphers To Latest Mozilla Intermediate
0ri0nGitHub0ri0n
1648e2f0d4aUpdate ssl_ciphers To Latest Mozilla IntermediateUpdates to latest ciphers list for Mozilla Intermediate, which also adds support for ChaCha20 and Poly1305.
0ri0nGitHub0ri0n
9c7e84f54f7Remove Unnecessary Trailing SemicolonNo need to add a semicolon for the last directive. In addition, having that unnecessary semicolon causes the HSTS tool (https://hstspreload.org/) for getting on the preload list to fail with an error about the semicolon.
Alan OrthAlan Orth
fd84b1f4292Use Cache-Control max-age instead of Expires headersCache-Control max-age was introduced in HTTP/1.1 over ten years ago and is preferred to Expires. This replaces all expiry dates with an equivalent max-age in seconds. See: https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching See: https://www.mnot.net/blog/2007/05/15/expires_max-age
Alan OrthAlan Orth
b0c1406cf91Remove references to Cache-Control publicA previous commit removed some, but missed these. Where a location directive was using Expires to set a future expiry in conjunction with Cache-Control public, I have replaced the time with an equal max-age. Furthermore, Google's web performance guide says that "public" is implicit if there is a max-age specified. See: https://developers.google.com/web/fundamentals/performance/optimizing-cont...
Andy DawsonGitHubAndy Dawson
cb3dc0554ebMMerge pull request #148 from leonklingele/add-header-alwaysAlways add security-relevant headers to the response, regardless of the response code (implements #147)