1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-27 11:26:22 -07:00

Fix issue with nginx starting before the vagrant shared directory is mounted

This commit is contained in:
Joshua Merrell 2018-02-02 13:01:34 -08:00
parent f945d6357c
commit a04e90e59f
4 changed files with 21 additions and 21 deletions

View file

@ -2,8 +2,9 @@
# this should go in /etc/nginx/sites-enabled. Change as necessary.
server {
listen 80;
server_name localhost;
listen 80;
listen[::]:80;
server_name localhost;
client_max_body_size 5M;
location / {