mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Update sample-nginx.config
Removed `ssl on` in line 54 directive since it is deprecated and already activated with the `listen 443 ssl;` directive in line 51
This commit is contained in:
parent
9fb447fefd
commit
3d7e4cb9f4
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ server {
|
|||
listen 443 ssl;
|
||||
server_name friendica.example.net;
|
||||
|
||||
ssl on;
|
||||
|
||||
#Traditional SSL
|
||||
ssl_certificate /etc/nginx/ssl/friendica.example.net.chain.pem;
|
||||
ssl_certificate_key /etc/nginx/ssl/example.net.key;
|
||||
|
|
Loading…
Reference in a new issue