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:
parent
f945d6357c
commit
a04e90e59f
4 changed files with 21 additions and 21 deletions
|
@ -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 / {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue