Skip to content

Instantly share code, notes, and snippets.

View anneau's full-sized avatar
🏠
Working from home

HIKARU KOBORI anneau

🏠
Working from home
View GitHub Profile
@anneau
anneau / symfony.conf
Created June 3, 2018 14:51
Symfony1.4をnginxを通して配信する人がいるのかはわからないけど、その人のためのgist
server {
listen 80;
listen [::]:80;
server_name symfony.local;
root /var/www/symfony-sample/web;
index index.php index.html index.htm;
location / {