Carson Duling
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Carson Duling-
Okay. Thanks for the help.
-
Okay. It's starting to come together, but I'm not sure how to format the additional file correctly. In the main file that keeps getting rebuilt, /etc/nginx/conf.d/users/{username}.conf, I already ...
-
Do you mean I should be able to create a separate .conf file that I include using "include {file path}" to make these changes, and I would just exclude the server_name directive in that file? Or ar...
-
Of course. In the /etc/nginx/conf.d/users/{username}.conf file, I have a "location / { ... }" block with several nginx directives. In this block, I only want to change the "proxy_pass" value from w...
-
Hey! Thanks for the response. I could try doing that but I don't know how I would be able to only add specific portions if I get an error when I repeat the server_name directive in my custom file.