sync
This commit is contained in:
parent
1529059fa5
commit
261ea2533c
3 changed files with 22 additions and 5 deletions
|
@ -244,9 +244,21 @@ http {
|
|||
|
||||
# include sites/*.conf;
|
||||
|
||||
server {
|
||||
server_name static.hlasovani.ordinaceroku.cz;
|
||||
listen 80 ;
|
||||
listen [::]:80;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
ssl_certificate {{ .chezmoi.homeDir }}/.config/nginx/ssl/localhost.crt;
|
||||
ssl_certificate_key {{ .chezmoi.homeDir }}/.config/nginx/ssl/localhost.key;
|
||||
|
||||
root {{ .chezmoi.homeDir }}/jopixel/katalogy/www/static/;
|
||||
}
|
||||
|
||||
server {
|
||||
#server_name _;
|
||||
server_name *.zdravotniregistr.cz;
|
||||
server_name *.zdravotniregistr.cz *.ordinaceroku.cz;
|
||||
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
|
|
@ -8,11 +8,11 @@ DevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -fossil
|
|||
#RemoveMake
|
||||
#SudoLoop
|
||||
#UseAsk
|
||||
#SaveChanges
|
||||
#CombinedUpgrade
|
||||
SaveChanges
|
||||
CombinedUpgrade
|
||||
#CleanAfter
|
||||
#UpgradeMenu
|
||||
#NewsOnUpgrade
|
||||
NewsOnUpgrade
|
||||
|
||||
LocalRepo = paru
|
||||
Chroot
|
||||
|
|
|
@ -359,7 +359,12 @@ filextype */
|
|||
"
|
||||
" Or leave it for automatic detection
|
||||
"
|
||||
fileviewer *[^/] pygmentize -O style=gruvbox-dark -f console256 -g
|
||||
|
||||
if $TERM != "linux"
|
||||
fileviewer *[^/] highlight -O xterm256 -s base16/gruvbox-dark-hard %c
|
||||
else
|
||||
fileviewer *[^/] highlight -O ansi -s base16/gruvbox-dark-hard %c
|
||||
endif
|
||||
|
||||
" Displaying pictures in terminal
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue