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> | |
ServerName domain.com # configure your domain | |
ServerAdmin webmaster@localhost | |
DocumentRoot /var/www/html | |
#Don't miss to enable mod_header and mod_proxy | |
#replace fcm.googleapis.com in fcm endpoint registration | |
ProxyRequests Off | |
<Location /fcm/> |
NewerOlder