Adding bookstack config.
This commit is contained in:
@@ -134,6 +134,25 @@ server {
|
|||||||
error_log /var/log/nginx/foundry-error.log error;
|
error_log /var/log/nginx/foundry-error.log error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Bookstack config
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
listen 443;
|
||||||
|
server_name wiki.colindiem.com;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
include /etc/nginx/includes/proxy.conf;
|
||||||
|
proxy_pass http://192.168.1.9:2665;
|
||||||
|
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
proxy_set_header Conntection "Upgrade";
|
||||||
|
}
|
||||||
|
|
||||||
|
access_log /var/log/nginx/wikiaccess.log combined;
|
||||||
|
error_log /var/log/nginx/wiki-error.log error;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
# Default
|
# Default
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
|
|||||||
Reference in New Issue
Block a user