-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom nginx.conf #9
Comments
Let's see how to do it. May be you can mount it manually. BTW: what are the
|
Well, with me it´s proxying some files (long story, for iOS some assets need to come from the same server instead of an CDN), But it seems some of the other issues here are also relating the Nginx.conf (issue #2 #3 #4 might would have profited from it in addition to some mupx issues). How about checking on a mupx deploy or reconfig if there´s a Nginx.conf in the project bundle and using that instead of the default? |
That surely also would help with your own development / people contributing... The more people play with settings, the more they can experiment and find new ways to make mup better :) |
Did you guys made any progress on this? |
@mikkhait: No, none that I'm aware of... |
I have the same problem (interacting with the same server). Anything happening? @thomasf1 , did you solve the issue? |
hello, |
if we could configure nginx.conf file. Does this mean it would allow us to host multiple meteor apps on one server? I am trying to figure out how that would be possible with nginx, and mup |
@AshBT I´ve done a ugly fix for the time being... changing the file after deploying via ssh. |
i'm about to fork this and mupx as well, because the nginx.conf this ships with won't allow file uploads beyond a certain size, constrained by the |
@loffelmacher Did you fork it? I´m kinda fed up with manual changes as well and would help... |
@thomasf1 i did not. however i eventually figured out what i would do in order to fork it. i'd cloned down the old mup repo and could not find what i was looking for. then a week later i realized there was a mupx branch in that repo. that's where you'd want to begin looking. however, it appears that mupx is in the midst of some updates, this latest repo is over here https://github.com/kadirahq/meteor-up. hope this helps. |
There are a couple of issues/requests regarding the nginx.conf... Would it be possible to use a custom nginx.conf if it´s in the mupx directory? That should be a rather simple addition in the copy-files.sh that could help folks wo have nginx issues :)
The text was updated successfully, but these errors were encountered: