Compare commits

...

1 Commits

Author SHA1 Message Date
LEdoian af9896c95f Use modern syntax for SSL in nginx config
My nginx told me that the old one is deprecated.
3 years ago

@ -1,5 +1,5 @@
server {
ssl on;
listen ssl;
TODO: gzip?
# TODO FOR ADMIN: Config listens and SSL and server_name and whatnot

Loading…
Cancel
Save