D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
nginx
/
sites-enabled
/
Filename :
developers.ghanempharmacy.com
back
Copy
server { server_name developers.ghanempharmacy.com; root /home/forge/developers.ghanempharmacy.com/public; add_header X-Frame-Options "SAMEORIGIN"; add_header X-Content-Type-Options "nosniff"; index index.php; charset utf-8; location / { try_files $uri $uri/ /index.php?$query_string; } location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found off; } error_page 404 /index.php; location ~ \.php$ { fastcgi_pass unix:/var/run/php/php8.3-fpm.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name; } location ~ /\.(?!well-known).* { deny all; } listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/developers.ghanempharmacy.com/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/developers.ghanempharmacy.com/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = developers.ghanempharmacy.com) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; server_name developers.ghanempharmacy.com; return 404; # managed by Certbot }