Skip to content

Instantly share code, notes, and snippets.

server {
listen 80;
server_name localhost;
#charset koi8-r;
#access_log /var/log/nginx/host.access.log main;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
server {
#listen 80;
server_name ドメイン名;
#charset koi8-r;
access_log /var/log/nginx/wp.access.log main;
location / {
root /usr/share/nginx/html/hoge2;
index index.html index.htm index.php;
<html>
<head>
<title>テストページ</title>
</head>
<body>
<br/>
<br/>
これはテストページです。<br/>
<br/>
Hello Worrld<br/>
<style>
/* ヘッダー有無 */
#globalheader-container {
display:none;
}
/* 余白調整 */
#container {
padding-top:20px;
}
<!--読者になるアイコン表示-->
<div class="subscribe-button">
<div class="subscribe-button-inner">
<a href="https://blog.hatena.ne.jp/josho-s/www.1manit.work/subscribe">読者になる</a>
</div>
</div>
/* 読者ボタンスマホ */
<!--グローバルナビゲーション-->
<div id="menu">
<div id="btnArea">
<span id="menuBtn"><i class="blogicon-reorder lg"></i> MENU</span>
</div>
<ul id="menuContent">
<!--タイトルメニュー-->
<style type="text/css">
#globalheader-container {
display: none;/*はてなブログヘッダーリンクを消去 */
}
.header-blog-icon {
display: none;/*デフォルトの丸いアイコンを消去*/
}
Connect-MsolService
Set-MsolUser -UserPrincipalName ◯◯◯◯ -PasswordNeverExpires $true
Get-MsolUser -UserPrincipalName ◯◯◯◯ | Select DisplayName,PasswordNeverExpires