updating post_deploy script

This commit is contained in:
2021-04-06 23:25:08 -07:00
parent 2e10d5d0ab
commit b6670a0f6e
3 changed files with 23 additions and 11 deletions

@@ -34,6 +34,7 @@ http {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param HTTPS on;
}
location / {