A Pen by Ali Qasemzadeh on CodePen.
I hereby claim:
- I am alighasemzadeh on github.
- I am alighasemzadeh (https://keybase.io/alighasemzadeh) on keybase.
- I have a public key ASCDivb0KNC0mXVmrvMfJfdQQENf6DKyWIBmcoODxHMsSAo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
DocumentRoot "C:/xampp/htdocs/project_name/public" | |
ServerName project_name.local | |
<Directory "C:/xampp/htdocs/project_name/public"> | |
</Directory> | |
</VirtualHost> | |
<VirtualHost *:443> | |
DocumentRoot "C:/xampp/htdocs/project_name/public" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can easilly setup SSL for laravel-websockets. | |
Note: You need to access root user to run supervior for websocket. | |
1-Login into cPanel | |
2-SSL/TLS | |
3-Manage SSL Hosts | |
4-Install an SSL Website | |
5-Select domain and SSL | |
6-Autofill by Domain | |
7-Certificate: (CRT) file is PEM (local_cert) and Private Key (KEY) is key (local_pk). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You need to access to main file of cPanel. | |
1-Find folder for user that want to change folder in: | |
/var/cpanel/userdata/:username | |
2-You see files by the following list: | |
cache | |
cache.json | |
main | |
main.cache |