LeO
LeO

Reputation: 5258

nginx - temp file: Where is it located?

I have installed on my Ubuntu 13.04 nginx (1.2.6) from the package-source. Since this is precompiled I have no real clue where the temp-dir is located. So, my question is basically where to find it? Or to be more precise: How do I retrieve the information from nginx?

Upvotes: 0

Views: 4516

Answers (1)

Mohammad AbuShady
Mohammad AbuShady

Reputation: 42869

I'm not sure what temp dir you mean exactly, but all nginx config are inside /etc/nginx and all virtual hosts are defined inside /etc/nginx/sites-available and to enable any virtual host it's symlinked inside /etc/nginx/sites-enabled.

I think you can find the info you want if you look inside there.

Upvotes: 1

Related Questions