Skip to content

Commit

Permalink
Merge pull request #1101 from ORCID/chore/nginx_logging_typo_fix
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
jthomas-orcid authored Jan 25, 2024
2 parents 7efe5d2 + 52ea213 commit 06d29c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/container-files/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ server {
server_name localhost;

# Uncomment logfile entries for debug of requests recieved by this virtual host.
#access_log /var/log/nginx/host.access.log main;
#error_log /var/log/nginx/host.access.log notice;
#access_log /var/log/nginx/host_ui.access.log main;
#error_log /var/log/nginx/host_ui.error.log notice;

location / {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 06d29c9

Please sign in to comment.