mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
fix letsencrypt for aliases & blank php deployment fix (#204)
This commit is contained in:
@ -4,7 +4,6 @@ server {
|
||||
server_name __domain__ __aliases__;
|
||||
root __path__/__web_directory__;
|
||||
|
||||
ssl on;
|
||||
ssl_certificate __certificate__;
|
||||
ssl_certificate_key __private_key__;
|
||||
|
||||
|
Reference in New Issue
Block a user