Skip to content

Instantly share code, notes, and snippets.

View happysusl's full-sized avatar
🎯
Focusing

happysusl

🎯
Focusing
View GitHub Profile
@happysusl
happysusl / proxy.apache.conf
Created February 16, 2019 10:28 — forked from chrisjhoughton/proxy.apache.conf
Sample Nginx reverse proxy to Apache set up for Wordpress.
<VirtualHost *:{PORT}>
ServerName www.yourdomain.com
ServerAdmin [email protected]
DocumentRoot /var/www/yourdir/
<Directory /var/www/yourdir>
Options Indexes FollowSymLinks
AllowOverride all
Order allow,deny