We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44570c8 commit b75ce71Copy full SHA for b75ce71
1 file changed
server/setup.sh
@@ -0,0 +1,9 @@
1
+apt install -y nginx php php-fpm certbot python3-certbot-nginx
2
+
3
+systemctl stop apache2
4
+systemctl disable apache2
5
6
+git clone https://github.com/GitHub30/OpenCloudShell
7
+vi /etc/nginx/sites-available/default
8
+vi /etc/default/ttyd
9
+systemctl restart ttyd
0 commit comments