Skip to content

Commit

Permalink
patch up nginx files
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 2, 2023
1 parent 5fffec6 commit 43e9245
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions nginx/etc/conf.d/default.conf
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@

# Creates cache
#include snippets/cache_key;
#include snippets/cache_key.conf;

server {
listen 80;
server_name localhost;

#access_log /var/log/nginx/host.access.log main;

root /usr/share/nginx/html;

# enables caching
#include snippets/proxy_params;
#include snippets/proxy_params.conf;

location / {
proxy_pass http://ghost:2368;
}

#error_page 404 /404.html;

# redirect server error pages to the static page /50x.html

error_page 500 502 503 504 /50x.html;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 43e9245

Please sign in to comment.