Skip to content

Instantly share code, notes, and snippets.

@ik11235
Created July 12, 2019 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ik11235/b16153820b70821c5cc6aa183ccf441c to your computer and use it in GitHub Desktop.
Save ik11235/b16153820b70821c5cc6aa183ccf441c to your computer and use it in GitHub Desktop.
- access_log "/opt/bitnami/nginx/logs/access.log";
+ access_log /var/log/nginx_access.log;
+ error_log /var/log/nginx_error.log info;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment