Skip to content

Instantly share code, notes, and snippets.

View mubasshir's full-sized avatar
🎯
Focusing

Mubasshir Pawle mubasshir

🎯
Focusing
View GitHub Profile
@chrisjhoughton
chrisjhoughton / proxy.apache.conf
Last active April 26, 2024 06:26
Sample Nginx reverse proxy to Apache set up for Wordpress.
<VirtualHost *:{PORT}>
ServerName www.yourdomain.com
ServerAdmin mail@domain.com
DocumentRoot /var/www/yourdir/
<Directory /var/www/yourdir>
Options Indexes FollowSymLinks
AllowOverride all
Order allow,deny